hectors code is a Claude-Code-style terminal client with the same chat, models, and modes as the web app, in your terminal. Install it any of four ways. All builds are cross-platform (macOS, Linux, Windows · amd64 + arm64).
👷 Build mode
Try:
Type a message, or / for commands.
For macOS and Linux. Installs the signed cask from our tap.
brew install --cask incredico/homebrew-tap/hectorsai
Upgrade later with brew upgrade --cask hectorsai.
Run it once without installing, straight from our flake:
nix run github:incredico/nur#hectorsai
Or add it to your profile to keep it around:
nix profile install github:incredico/nur#hectorsai
For macOS and Linux, with no package manager. Detects your OS and architecture, downloads the matching release, verifies its checksum, and installs the binary.
curl -fsSL https://hectors.ai/install.sh | sh
Pin a version or change the location with environment variables: VERSION=v0.1.0 and BIN_DIR=$HOME/bin. Prefer to read before you run? View the script at /install.sh.
In PowerShell. Downloads the matching release, verifies its checksum, installs hectorsai.exe, and adds it to your PATH.
irm https://hectors.ai/install.ps1 | iex
Pin a version or change the location with $env:VERSION="v0.1.0" and $env:BIN_DIR="C:\Tools\hectorsai". Prefer to read before you run? View the script at /install.ps1.
Sign in once, then start chatting:
hectorsai login hectorsai
Sign-in uses the same account as the web app, and your saved provider keys and conversation history come with you.
hectorsai serve and connect from anywhere.