Download a prebuilt binary from GitHub Releases and install it in $PATH.
aqua is a CLI Version Manager.
aqua g -i ryoppippi/zigchatexport OPENAI_API_KEY=<your key>
zigchat "Hello!"This project uses Nix flakes and just for development.
# Run directly from GitHub
nix shell github:ryoppippi/zigchat -c zigchat "Hello!"
# Or build locally
nix build
./result/bin/zigchat "Hello!"# Enter development shell
nix develop
# Use just commands
just build # Build the project
just build-release # Build with release optimisation
just test # Run tests
just fmt # Format code
just fmt-check # Check formatting
just run "Hello!" # Run the application
just zon2nix # Regenerate deps.nix- Ryotaro "Justin" Kimura http://github.com/ryoppippi
MIT
