Skip to content

Install

Download VisiGrid to get both the desktop app and the CLI (visigrid-cli).

Terminal window
# macOS
brew install --cask visigrid/tap/visigrid
# Linux
yay -S visigrid-bin

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.

Terminal window
# Sum a column
echo -e "10\n20\n30" | visigrid-cli calc "=SUM(A:A)" --from lines
# Convert CSV to JSON
visigrid-cli convert data.csv -t json --headers
# Diff two files
visigrid-cli diff before.csv after.csv --key name
# Replay a provenance script
visigrid-cli replay audit-trail.lua --verify

See the full Commands reference for all options.