Skip to content

On-Disk Layout

~/.omo/
├── secrets/omo.kdbx     # credentials (KeePass KDBX4)
├── keys/omo.key         # master key file — back this up
├── index.yaml           # remote plugin catalog (synced)
├── installed.yaml       # what you have installed
├── logs/                # omo.log + per-plugin logs
└── plugins/
    ├── redis/redis
    ├── docker/docker
    └── …

Logs

File Source
logs/omo.log Host
logs/rpc-host.log Host RPC
logs/<plugin>.log Plugin process

Destructive ops

Command Effect
make clean (from source tree) Removes local ./omo binary; keeps ~/.omo
make purge Removes ~/.omo entirely
omo secrets reset --yes Deletes omo.kdbx; keeps key file