Knaix CLI Now Available
Private Infrastructure.
Forged in Rust.
Stop routing prompts through someone else's servers. Knaix is a native Rust binary that connects straight to your private Kovalent mesh, giving you full AI orchestration from the terminal.
Workflows
The jobs your terminal should handle.
One native binary for the loop from node provisioning to private agent work.
Provision a node
Authenticate, request compute, and join a private node to your mesh without leaving the terminal.
Open an agent session
Start a persistent REPL for private agent work, fast follow-up questions, and iterative command execution.
Attach working memory
Inspect durable and ephemeral memory so context follows your node without becoming someone else's datastore.
Automate safely
Use JSON output and scoped node credentials for scripts, CI jobs, and repeatable agent workflows.
Commands
The Knaix command suite.
Commands are grouped by what you are trying to do, not by internal subsystem.
Access
Authenticate and set the node context your shell should use.
knaix loginknaix use
Nodes
Provision compute and inspect the private nodes available to you.
knaix upknaix list
Sessions
Talk to an agent once, or open a persistent interactive REPL.
knaix chatknaix repl
Knowledge
Inspect node memory and ingest local files into private retrieval.
knaix memoryknaix upload