CLI Installation¶
Install onesearch-cli, the standalone command-line client for a running OneSearch server.
Recommended: pipx¶
Fallback: install from source¶
Connect to your server¶
The CLI does not ship its own backend, indexer, or search data. It connects to the same OneSearch server used by the web UI. Tagged releases keep the Docker image and onesearch-cli on the same version.
Docker fallback¶
If you already have the app container running, you can use the bundled CLI without installing anything locally:
See CLI Overview for usage.