Knaix CLIBY KOVALENT AI
BETA
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.
knaix - zsh
$ knaix login
Info: Starting Knaix SSO Login...
Opening browser: https://app.kovalentai.com/cli-auth...
✓ Successfully logged in!
Info: Synchronizing with private mesh..
$ knaix up
⠋ Requesting compute...
⠼ [BUSY] Booting kernel for claude-e146c33e46...
✓ Node claude-e146c33e46 provisioned successfully.
$ knaix memory claude-e146c33e46
● Memory | Node: claude-e146c33e46
Use `knaix memory --file <filename>` to read a file.
_knaix_durable_memory.md
_knaix_ephemeral_log.md
$ knaix repl claude-e146c33e46
● Knaix AI Session: claude-e146c33e46 (Type '/exit' to end)
knaix [claude-e146c33e46]> /remember Create an ingress gateway routing rule.
Intent recognized: Create an ingress gateway routing rule.
✓ Explicit memory securely stored and available across sessions.

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.

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