Skip to main content

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:

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

GoalStart here
Observe Agent activity and Token usageAgentSight
Add security enforcementAgent Sec Core
Create workspace recovery pointsws-ckpt
Mount Skills on demandSkillFS
Reuse context across sessionsAgent Memory
Tune kernel parameters deterministicallyktuner

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