Quick start
Install Omic and get your first eval result in about two minutes. Everything on this page runs locally — no account, no config, and no data leaves your machine.
Install
Install with pip or conda:
•
pip install omic — the SDK and the CLI
•
conda install -c conda-forge omic — the same, via conda
Run your first eval
Scaffold a suite and run it:
•
omic init — scaffold a suite in the current directory
•
omic run — execute every case and score the results
•
omic run --watch — re-run automatically as you edit
Verify your install
Confirm everything is wired up:
•
omic --version — print the installed version
•
omic doctor — check your environment and provider keys
Next steps
•
Your first eval — build a real suite end to end, then gate it in CI.