OpenViber Documentation
Welcome to the OpenViber documentation. OpenViber is an open-source platform that turns your machine into a local AI runtime — hosting role-scoped AI workers called vibers that handle real tasks autonomously.
What is OpenViber?
OpenViber is a platform for deploying AI vibers that can:
- Work Autonomously — Vibers break down goals into tasks and execute them independently
- Use Tools — File operations, web search, browser automation, terminal, and more
- Run Locally — Full privacy, no cloud dependency, your machine is the runtime
- Stay Scheduled — Cron-like jobs run while you sleep
Quick Links
- Quick Start — Run your first viber in minutes
- Onboarding — Set up your local runtime
- Vibers — Configure viber behavior
- Jobs — Set up scheduled tasks
- Tools — Available actions
- Skills — Add domain knowledge
Key Components
- Vibers — Role-scoped AI workers with their own persona, tools, and memory
- Runtime — Your machine running OpenViber, hosting one or more vibers
- Tools — Capabilities vibers can use (file, search, browser, terminal, etc.)
- Skills — Domain knowledge injected as instructions
- Jobs — Scheduled tasks defined in YAML
Getting Help
- Check the API Reference for detailed documentation
- Open an issue on GitHub