Skip to content

Getting Started

Welcome to omo (Oh My Ops). This section gets you from zero to operating tools in the TUI.

Path

  1. Installation — one-liner, releases, or from source
  2. Quick Start — launch, install plugins, add a connection
  3. First Run & Vault — KeePass key file and secrets DB
  4. Playground — local stacks for trying every plugin

Prerequisites

  • A supported OS: Linux, macOS, or Windows
  • For plugins that talk to local daemons: Docker, kubectl, etc. as needed
  • Optional: KeePassXC to inspect ~/.omo/secrets/omo.kdbx

What you will have

~/.omo/
├── secrets/omo.kdbx     # credentials
├── keys/omo.key         # master key file — back this up
├── plugins/             # installed plugin binaries
├── index.yaml           # plugin catalog
└── logs/                # host + plugin logs

Ready? Start with Installation.