Installation
Install Byte using your preferred Python package manager. Once installed, you'll have a byte command available in your terminal.
Installing Byte
Using uv
The fastest installation method uses uv, a modern Python package installer:
Using pip
Install with pip if you prefer traditional Python tooling:
Using Nix Flakes
For NixOS users or those with Nix flakes enabled, add to your configuration:
Include in your system packages:
Or run directly without installation:
Verify Installation
Confirm the installation succeeded:
Tip
Before running Byte, you must have at least one of these environment variables set:
ANTHROPIC_API_KEY, GEMINI_API_KEY, or OPENAI_API_KEY.
See First Steps for configuration details.
You should see the following screen after startup.
