Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Basekick Labs Homebrew Tap

Homebrew formulae for Basekick Labs software.

Arc

High-performance columnar analytical database (DuckDB / Parquet / Arrow).

brew install basekick-labs/tap/arc
# or:
brew tap basekick-labs/tap
brew install arc

Then start the server:

arc            # listens on http://localhost:8000
arc --help

Platforms

The formula installs the prebuilt, cosign-signed macOS binary from the Arc GitHub release (Apple Silicon and Intel). DuckDB is statically linked, so there are no runtime dependencies. Linux users should use the .deb / .rpm / container / Helm artifacts from the Arc releases.

Updating a formula

Formulae are updated automatically by the Arc release workflow (which bumps the version and the per-arch sha256 values after each release). To update by hand:

VERSION=26.06.3
for arch in arm64 amd64; do
  echo "darwin-$arch: $(curl -sL https://github.com/Basekick-Labs/arc/releases/download/v$VERSION/arc-darwin-$arch | shasum -a 256 | awk '{print $1}')"
done

About

Homebrew tap for Basekick Labs — brew install basekick-labs/tap/arc

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages