Terminal coding assistant.
curl -fsSL https://raw.githubusercontent.com/mockupcode/zoder/main/install.sh | bashPin a version:
curl -fsSL https://raw.githubusercontent.com/mockupcode/zoder/main/install.sh | bash -s 0.1.1Update an existing install:
zoder updateThe script downloads the matching binary from GitHub Releases into ~/.zoder/bin and adds that directory to PATH.
A release is created when a version tag is pushed:
git tag v0.1.1
git push origin v0.1.1GitHub Actions builds macos-aarch64, macos-x86_64, linux-x86_64, and linux-aarch64.
Copy config.example.toml to ~/.zoder/config.toml. Hosts and models stay on the machine, not in this repo. Sessions live under ~/.zoder/sessions/.
cargo run --release