Install the Seshat binary on Linux, macOS or Windows. The runtime ships as a single binary, and you can choose between the one-command installer or the Go toolchain depending on your profile.
This is the fastest path for most users and vibecoders. It downloads the right binary for your platform, adds it to your PATH, and prepares optional document tooling.
curl -fsSL https://raw.githubusercontent.com/EngineerProjects/seshat/main/scripts/install.sh | bashIf you are a developer and already have Go configured, you can install the CLI directly from the Go toolchain.
go install github.com/EngineerProjects/seshat/cmd/cli@latestIf you prefer manual installation, download the pre-built binary for your platform directly from GitHub Releases.
View releases on GitHubseshat --versionYou should see the installed Seshat version printed in your terminal.
Once the binary is available, continue to Quick Start for the first working session.