🍺 BREW Explorer

← all formulae

bitwise

brew install bitwise v0.50 GPL-3.0-or-later

Terminal based bit manipulator in ncurses

8
30-day installs · #9285
18
90-day · #10047
93
365-day · #9358
716
★ GitHub stars · updated 3mo ago

Runtime dependencies

Build dependencies

GitHub topics

bitwise bitwise-operation c curses linux terminal-app

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "readline"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Terminal based bit manipulator in ncurses",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:53+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "bitwise",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-05-17T12:57:43Z",
  "github_readme_excerpt": "# Bitwise\n## Terminal based bitwise calculator in curses\n[![Snap Status](https://build.snapcraft.io/badge/mellowcandle/bitwise.svg)](https://build.snapcraft.io/user/mellowcandle/bitwise)\u003ca href=\"https://scan.coverity.com/projects/mellowcandle-bitwise\"\u003e\n  \u003cimg alt=\"Coverity Scan Build Status\"\n       src=\"https://img.shields.io/coverity/scan/18170.svg\"/\u003e\n\u003ca href=\"https://repology.org/project/bitwise/versions\"\u003e\n    \u003cimg src=\"https://repology.org/badge/vertical-allrepos/bitwise.svg\" alt=\"Packaging status\" align=\"right\"\u003e\n\u003c/a\u003e\n\n_Bitwise_ is multi base interactive calculator supporting dynamic base conversion and bit manipulation.\nIt\u0027s a handy tool for low level hackers, kernel developers and device drivers developers.\n\nSome of the features include:\n* Interactive ncurses interface\n* Command line calculator supporting all bitwise operations.\n* Individual bit manipulator.\n* Bitwise operations such as NOT, OR, AND, XOR, and shifts.\n\n##\n\n![Demo](https://github.com/mellowcandle/bitwise/raw/master/resources/bitwise.gif \"Bitwise demo2\")\n\n## Usage\n_bitwise_ can be used both interactively and in command line mode.\n\n### Command line calculator mode\nIn command line mode, bitwise will calculate the given expression and will output the result in all bases including binary representation.\n\n_bitwise_ detects the base by the prefix of the input (_0x/0X_ for hexadecimal, leading _0_ for octal, _b_ for binary, and the rest is decimal).\n\n**NEW** Bitwise now support parsing IPv4 addresses, it will also output the possible IPv4 address in both Network and reversed byte order.\n\n### Examples:\n\n#### Simple base conversion\n\n![conversion](https://github.com/mellowcandle/bitwise/raw/master/resources/cmdline.png \"Bitwise conversion\")\n\n\n#### C style syntax Calculator\n\n![calculator](https://github.com/mellowcandle/bitwise/raw/master/resources/conversion.png \"Bitwise calculator\")\n\n### Interactive mode\n_bitwise_ starts in interactive mode if no command line parameters are passed or if the _-i | --interac",
  "github_repo": "mellowcandle/bitwise",
  "github_stars": 716,
  "github_topics": [
    "bitwise",
    "bitwise-operation",
    "c",
    "curses",
    "linux",
    "terminal-app"
  ],
  "homepage": "https://github.com/mellowcandle/bitwise",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 8,
  "installs_365d": 93,
  "installs_90d": 18,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-3.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "bitwise",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9285,
  "rank_365d": 9358,
  "rank_90d": 10047,
  "raw_hash": "954d384180306747",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/b/bitwise.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.50",
  "versioned_formulae": [],
  "why_use_this": null
}