oynix init
Local setup. Saves an encrypted settings file and asks only where the graph lives (default ~/.oynix/local), then offers to wire your agent. No provider prompt. You start key-free with a structural graph (files, functions, call + import edges) and set the LLM + embedder later in the Models UI. Add a key and re-index (or the connectors page's enrich) to backfill docstrings + embeddings onto the same graph. Nothing is thrown away.
| Flag | Meaning | Default |
|---|---|---|
| --local-path <dir> | where the embedded graph lives | ~/.oynix/local |
| --force | redo from scratch | — |
Output
✓ Wrote ~/.oynix/config.enc Oynix is ready. Next: oynix connectA scripted/CI run can still pass --llm-provider/--llm-key/--llm-model/--llm-url (+ --embeddings-*) to bake a key in non-interactively. Interactive local never asks. That's the Models UI's job.