ANOLISA Quick Start
ANOLISA is a server-side operating layer for AI Agent workloads. Install the CLI once, then enable only the capability that delivers the first result you want.
Install the CLI
curl -fsSL https://get.agentic-os.sh | bash
export PATH="$HOME/.local/bin:$PATH"
If the anolisa CLI is already installed, skip these commands. Alinux 4 users
can alternatively install the CLI with sudo yum install anolisa.
Choose your first outcome
Reduce Agent Token usage
Install Tokenless, connect it to Codex, Claude Code, Qoder, OpenClaw, Hermes, Qwen Code, or cosh, then verify a before/after Token record.
Start the three-minute Tokenless Quick Start →
Work with an Agent-native terminal
Choose the terminal that matches your environment:
- Start with cosh-ng — an AI-native terminal
- Start with Copilot Shell — an extensible Agent Shell
On Alibaba Cloud Linux 4, use the RPM backend so dnf selects the matching
system libraries. Only the component action uses sudo:
curl -fsSL https://get.agentic-os.sh | bash -s -- --component cosh-ng --backend rpm --install-mode system
export PATH="$HOME/.local/bin:$PATH"
--cosh-ng remains available as shorthand for --component cosh-ng. On
macOS 11+ (arm64 / x86_64), use --backend raw --install-mode user instead.
Add observability, security, or runtime controls
| Goal | Start here |
|---|---|
| Observe Agent activity and Token usage | AgentSight |
| Add security enforcement | Agent Sec Core |
| Create workspace recovery points | ws-ckpt |
| Mount Skills on demand | SkillFS |
| Reuse context across sessions | Agent Memory |
| Tune kernel parameters deterministically | ktuner |
Each component page starts with its supported platforms and preferred installation path. Linux-only components must be installed and run on Linux.
Explore the installation
Use the CLI to inspect the current machine and installed components:
anolisa env
anolisa list
anolisa status
Adapters connect an installed component to an Agent framework. Scan the available integrations after installing a component:
anolisa adapter scan
Next steps
- Installation guide — platform support, system mode, RPM, and all component install commands
- Full user guide — configure, operate, and troubleshoot each capability
- anolisa CLI reference — lifecycle and adapter commands
- Troubleshooting — common installation and runtime failures
- Build from source — developer builds only