Nyte is a durable runtime for agent conversations, with terminal and desktop clients.
Nyte is local-first today: its clients embed the host, store sessions locally, and run agents in process. The kernel also supports long-lived and serverless hosts backed by remote storage. @nyte-ai/server exposes the SDK over JSON and server-sent events, but Nyte does not yet ship a hosted cloud service or production remote backend.
curl -fsSL https://nyte.sh/install | sh
nyte login
nyteRun one prompt with nyte -p "your prompt". See the user guide for commands and configuration.
mise install
pnpm install
pnpm format
pnpm lint
pnpm typecheckBuild and test individual packages. See CONTRIBUTING.md for the package map, checks, and commit conventions, the design record for architecture, and AGENTS.md for agent instructions.