Install
Download VisiGrid to get both the desktop app and the CLI (visigrid-cli).
Package managers
Section titled “Package managers”# macOSbrew install --cask visigrid/tap/visigrid
# Linuxyay -S visigrid-binDirect download
Section titled “Direct download”Download from GitHub Releases:
- macOS — Universal binary (Beta)
- Windows — x64 installer (Alpha)
- Linux — x86_64 tarball (Alpha)
The CLI (visigrid-cli) is included with every download.
Verify it works
Section titled “Verify it works”# Sum a columnecho -e "10\n20\n30" | visigrid-cli calc "=SUM(A:A)" --from lines
# Convert CSV to JSONvisigrid-cli convert data.csv -t json --headers
# Diff two filesvisigrid-cli diff before.csv after.csv --key name
# Replay a provenance scriptvisigrid-cli replay audit-trail.lua --verifySee the full Commands reference for all options.