onix ide
After the server is built, the IDE starts it whenever the application opens.
The packaged IDE connects to onix-ai-server; the
commands below are for a development checkout.
Use the first line for CPU-only operation; use the second for an NVIDIA GPU.
# CPU-only
cd /path/to/onix-ai-core && make server
# or GPU (CUDA)
cd /path/to/onix-ai-core && make server-cuda
Look for the green dot and "Connected to LLangServer" in the lower-left status bar. If it is missing, use .
— select a .gguf file. No model is loaded by default.
Chat panel: Ctrl+Shift+C — the model responds using its chat template.
Code completion: Ctrl+Space in the editor — generates a raw continuation without chat formatting.