Getting Started¶
Welcome to omo (Oh My Ops). This section gets you from zero to operating tools in the TUI.
Path¶
- Installation — one-liner, releases, or from source
- Quick Start — launch, install plugins, add a connection
- First Run & Vault — KeePass key file and secrets DB
- 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.