Installation on Linux

Install Ponos on Linux.

curl -sSL https://nodeoperator.ai/install.sh | sh

This installs the ponos binary.

Build from source

Prereqs:

  • Go (1.20+)

  • Git

  • Make

git clone https://github.com/blockops-sh/ponos
cd ponos
make build-ponos

The binary is produced at ./bin/ponos.

Download the binary from GitHub Releases

Pick the correct asset for your CPU:

  • ponos_Linux_x86_64.tar.gz (amd64)

  • ponos_Linux_arm64.tar.gz (arm64)

Replace vX.Y.Z with a real tag from the GitHub releases page.

Example for amd64:

Verify the binary is on your PATH:

Run the TUI

This is the Ponos TUI after launch. You can begin prompting the agent here

Upgrade Ponos

You can target a specific version:

Last updated