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.0The 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.0
git push origin v0.1.0GitHub 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.
cargo run --release