Skip to content

Pre-built binary releases #17

Description

@DSado88

Summary

Squall currently requires a Rust toolchain to install (cargo build --release). Pre-built binaries would lower the barrier for non-Rust users who have Claude Code + GitHub access.

Proposed Approach

  • GitHub Releases with pre-built binaries for:
    • x86_64-unknown-linux-musl (static, works on any Linux)
    • aarch64-unknown-linux-musl
    • x86_64-apple-darwin
    • aarch64-apple-darwin
  • CI workflow triggered on git tags (v*)
  • Optional: Homebrew formula (brew install squall)
  • install.sh detects pre-built binary availability before falling back to cargo build

Priority

Nice-to-have. Current audience (GitHub + Claude Code users) can handle cargo install. This becomes more important as adoption grows.

Notes

Binary size is ~47MB with DuckDB bundled (default), ~8.6MB without. Both are fine for distribution — this is 2026, not 1999.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions