Installation¶
One-liner (recommended)¶
Installs the latest release into /usr/local/bin (override with OMO_INSTALL_DIR) and creates ~/.omo/.
From GitHub Releases¶
- Open the Releases page
- Download the archive for your OS / architecture
- Extract the
omobinary and put it on yourPATH
From source¶
Requires Go 1.25+.
git clone https://github.com/hatembentayeb/omo.git
cd omo
make all # builds host + all plugins into ~/.omo/plugins
After make all, run omo from your Go bin or ./omo.
Verify¶
Then launch the TUI with omo. On first launch, the vault and key file are created automatically — see First Run & Vault.
Note
omo has no --help / --version flags. The only CLI subcommand is omo secrets; any other invocation starts the TUI.
Next¶
Continue to Quick Start.