# Omnius Documentation

Omnius is an autonomous local-first agent runtime with a TUI, REST daemon, P2P sponsor mesh, Telegram bridge, realtime conversation mode, media generation routes, and AIWG-compatible documentation skills.

## Discover Before Navigating

- [Discovery Cascade](./DISCOVERY.md)
- [Machine Discovery Catalog](./DISCOVERY.json)
- [Agent And Service Integration](./guides/agent-integration.md)
- [Agent System Map](./architecture/agent-system-map.md)

Agents should begin with `omnius discover "<need>"`, expand a result with
`omnius show <id>`, and read only the referenced artifact needed for the
current task. Small-context agents should expand one workflow; coding agents
should additionally expand the owning layer and module.

## Start Here

- [Install](./getting-started/install.md)
- [First Run](./getting-started/first-run.md)
- [Model Providers](./getting-started/model-providers.md)
- [Bring Your Own Inference](./guides/bring-your-own-inference.md)
- [Architecture](./architecture/overview.md)

## Workflows

- [TUI Workflows](./guides/tui-workflows.md)
- [Web Dashboard](./guides/dashboard.md)
- [Sponsor And COHERE](./guides/sponsor-and-cohere.md)
- [Realtime Conversation](./guides/realtime.md)
- [Telegram](./guides/telegram.md)
- [Media Generation](./guides/media-generation.md)
- [System Tray Indicator](./guides/system-tray.md)
- [Tools And Web Search](./guides/tools-and-web-search.md)
- [Categorized OSINT Research](./guides/osint-research.md)

## Reference

- [REST API](./reference/rest-api.md)
- [Slash Commands](./reference/slash-commands.md)
- [Configuration](./reference/configuration.md)
- [Authentication Map](./reference/auth-map.md)
- [Agent Memory Index](./agent-memory/)

## Operations

- [Security And Remote Access](./operations/security-and-remote-access.md)
- [Runtime Hygiene](./operations/runtime-hygiene.md)
- [Service Version Compatibility](./operations/version-compatibility.md)

## Proposals

- [Git Progress Tracking Strategy](./proposals/git-progress-tracking-strategy.md)
