> ## Documentation Index
> Fetch the complete documentation index at: https://nono.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Nono

> Secure, kernel-enforced sandbox CLI and SDKs for AI agents, MCP and LLM workloads. Capability-based isolation with secure key management, atomic rollback, cryptographic immutable audit chain of provenance. Run your agents in a zero-trust environment.

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="/cli/getting_started/installation">
    Install and use the nono CLI to sandbox any command
  </Card>

  <Card title="Core Library" icon="code" href="/core/overview">
    Rust library providing FFI bindings for all SDKs
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/typescript/overview">
    Integrate sandboxing into Node.js applications
  </Card>

  <Card title="Python SDK" icon="python" href="/python/overview">
    Integrate sandboxing into Python applications
  </Card>
</CardGroup>

## Quick Links

* [Quickstart Guide](/quickstart) - Get running in 2 minutes
* [GitHub](https://github.com/always-further/nono) - Source code and issues
* [Discord](https://discord.gg/pPcjYzGvbS) - Community support
