golars v0.1.0
golars v0.1.0
Pure-Go DataFrames built on Apache Arrow. Binaries below cover
linux / macOS / windows on amd64 + arm64.
Changelog
- 25febf2: cmd/golars-lsp: use filepath.Join + file:/// URIs in tests for Windows (Gaurav Gosain itsgauravgosain@gmail.com)
- a1d9af3: docs-site: add CNAME for golars.gaurav.zip (Gaurav Gosain itsgauravgosain@gmail.com)
- 634b520: docs-site: make hero image fluid below 720px viewport (Gaurav Gosain itsgauravgosain@gmail.com)
- c79e008: initial commit (Gaurav Gosain itsgauravgosain@gmail.com)
- ab03664: release: forward brew + aur secrets, skip aur when key absent (Gaurav Gosain itsgauravgosain@gmail.com)
- 580c555: security: bump golang.org/x/net 0.50.0 -> 0.51.0 (GO-2026-4559) (Gaurav Gosain itsgauravgosain@gmail.com)
Install
Homebrew (macOS/Linux):
brew install Gaurav-Gosain/tap/golarsgo install (any platform with Go 1.25+):
go install github.com/Gaurav-Gosain/golars/cmd/golars@v0.1.0Direct download: grab the archive below for your os/arch,
extract, and drop golars / golars-mcp / golars-lsp on your
PATH.