ida status
Inspect the local CLI and runtime state without contacting a private service.
Ask IDA CLI is the regular user-facing command-line surface for local status, public explanations, signed catalog discovery, model downloads, and local inference. The public CLI stays separate from proprietary Hub authority and private training environments.
The CLI keeps discovery, status, inference, and public explanations local. Network access is reserved for an explicit catalog refresh or model download. The Hub serves bounded, signed dependency metadata; it does not receive model bytes or local paths.
The public release keeps the ordinary user workflow visible without turning the CLI into a private operator console.
ida statusInspect the local CLI and runtime state without contacting a private service.
ida catalogRefresh the signed Hub dependency catalog on explicit request.
ida explain <query>Search the bundled public documentation snapshot locally.
ida model listList locally resolved model state and public catalog metadata.
ida model downloadFetch a public artifact only from the configured host and verify it before use.
ida askRun local inference with a model directory or approved public model identifier.
The public repository carries the regular CLI code, public documentation bundle, and released verification key. It does not carry proprietary Hub authority, private prompts, private corpora, training runtimes, workbooks, credentials, or deployment secrets.
git clone https://github.com/The-Hidden-Canopy/IDA_CLI-Public.git
cd IDA_CLI-Public
python -m pip install -e ".[runtime]"
ida status
Reviewed catalog entries remain catalog metadata until their immutable artifact attestation is complete. Experimental public IDs are opt-in and are not capability claims.
Donations help fund continued research and development across The Hidden Canopy ecosystem, including public interfaces, local-first tooling, evaluation, and the private native infrastructure behind Neural Forge.