macOS
brew install bpythonlocal Homebrew formula metadata
brew
Fancy interface to the Python interpreter. Version 0.26 via Homebrew; verified 2026-05-20.
install
brew install bpythonlocal Homebrew formula metadata
sudo apt install bpythonDebian stable package indexes · bpython · source: deb.debian.org
sudo dnf install python3-bpythonFedora Rawhide package metadata · python3-bpython · source: dl.fedoraproject.org
sudo pacman -S bpythonArch Linux sync databases · bpython · source: geo.mirror.pkgbuild.com
overview
Fancy interface to the Python interpreter
history
bpython is a long-running enhanced interface to the Python interactive interpreter. Its official site emphasizes inline syntax highlighting, readline-like autocomplete, rewind, and pastebin support, positioning it as a friendlier REPL rather than a replacement Python runtime.
The GitHub repository describes bpython as a fancy curses interface to the Python interactive interpreter, and the official website lists Linux, BSD, macOS, and partial Windows support. The tag history reaches back to a 0.9.4 release commit in July 2009, while the modern GitHub repository metadata dates the current repository object to 2014.
Over time, bpython tracked Python language releases and terminal UI dependencies. The official changelog records releases focused on Python 3.10, 3.11, 3.13, and 3.14 support, as well as curtsies dependency changes, theme configuration fixes, and declarative build configuration.
bpython became a staple optional Python REPL in package managers because it adds interactive niceties without asking users to abandon standard Python semantics. The input package facts list Homebrew, Debian, Fedora, Arch, and Ubuntu packaging.
Its adoption overlaps with IPython, ptpython, and standard `python` REPL workflows. bpython's niche is lightweight terminal interaction: autocomplete and display improvements with less notebook or shell-framework machinery.
Users run `bpython` for an enhanced interactive Python session, `bpython-urwid` for the urwid frontend, or `bpdb` for debugger-related use. Configuration lives under `$XDG_CONFIG_HOME/bpython/config`, and the docs describe editing that config from inside bpython with F3.
The documented feature set focuses on day-to-day interactive work: syntax highlighting, suggestions as you type, rewinding recent input and reevaluating, pastebin submission, themes, and editor integration.
bpython matters because REPL ergonomics are a quiet but important layer of language tooling. It is small enough to package like a CLI utility, but visible enough that Python users often discover it while comparing interpreter frontends.
For package history, bpython is also a durable example of a non-core developer tool following Python's release cadence. Each new Python version creates compatibility work, so the package's changelog doubles as a record of ecosystem maintenance.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/bpython/config~/.config/bpython/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bpdb | cli | global executable | |
bpython | cli | global executable | |
bpython-urwid | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://bpython-interpreter.org
install metadata
| Package key | brew:bpython |
|---|---|
| Version | 0.26 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bpython |
| Homepage | https://bpython-interpreter.org |
| Repository | https://github.com/bpython/bpython |
| Upstream docs | https://docs.bpython-interpreter.org/en/latest |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/44/29/cd80e9108a6fc6a925ffb915f8f69198a2bb2388e39167a41d743ac2a8f4/bpython-0.26.tar.gz |
| Last updated | 2026-05-20T10:57:00Z |
| Pulse | updated |
| Dependencies | certifi, python@3.14 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bpython |
| Version Scheme | 0 |
| Revision | 6 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bpython 0.25-2
fancy interface to the Python 3 interpreter
https://bpython-interpreter.org/
sudo apt install bpythonbpython 0.24-1
fancy interface to the Python 3 interpreter
https://bpython-interpreter.org/
sudo apt install bpythonpython3-bpython 0.26-4.fc45
Fancy curses interface to the Python 3 interactive interpreter
http://www.bpython-interpreter.org/
sudo dnf install python3-bpythonpython3-bpython-urwid 0.26-4.fc45
Urwid interface to the Python 3 interactive interpreter
http://www.bpython-interpreter.org/
sudo dnf install python3-bpython-urwidbpython 0.26-2
Fancy ncurses interface to the Python interpreter
https://bpython-interpreter.org/
sudo pacman -S bpythonsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.