
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@ondeinference/cli
Advanced tools
A terminal app for your Onde Inference account, plus local model fine-tuning.
npm install -g @ondeinference/cli
npm installs the right native binary for your platform automatically.
It works on:
| Method | Command |
|---|---|
| Homebrew | brew install ondeinference/homebrew-tap/onde |
| pip | pip install onde-cli |
| uv | uv tool install onde-cli |
| Dart pub | dart pub global activate onde_cli |
| .NET tool | dotnet tool install --global Onde.Cli |
| Cargo | cargo install onde-cli |
onde
That opens the terminal UI.
From there you can:
No browser needed.
| Key | Action |
|---|---|
Tab | Move between fields |
Enter | Submit or confirm |
Ctrl+L | Go to sign in |
Ctrl+N | Go to create account |
Ctrl+C | Quit |
onde can fine-tune Qwen2, Qwen2.5, and Qwen3 safetensors models with LoRA.
Training runs locally:
So yes, no cloud training setup and no Python environment to babysit.
If you want a quick mental model for what the network is doing once it starts running, Onde has a short write-up on the forward pass.
| Model | Size |
|---|---|
Qwen/Qwen3-0.6B | ~1.2 GB |
Qwen/Qwen2.5-1.5B-Instruct | ~3.0 GB |
Qwen/Qwen3-1.7B | ~3.4 GB |
Qwen/Qwen3-4B | ~8.0 GB |
Only safetensors models can be fine-tuned. GGUF models are already quantized, so their weights are not differentiable.
Use one JSON object per line. Each object needs a text field containing the full conversation in Qwen's chat template.
{"text": "<|im_start|>user\nWhat is the boiling point of water?<|im_end|>\n<|im_start|>assistant\n100°C at sea level.<|im_end|>"}
↑ / ↓.f to open the fine-tune config.8), epochs (default 3), and learning rate (default 0.0001).A rank-8 adapter for the 0.6B model is about 1.5 MB, so the output stays pretty small.
m to merge the adapter into the base weights.g to export the merged model to GGUF.The exported file loads directly in the Onde SDK for on-device inference.
Onde Inference is for running LLMs on the user's device. No server round-trips, no sending prompts off to somebody else's machine.
It ships as native SDKs for:
Swift · Flutter · React Native · Rust
The CLI is for account management and local fine-tuning. The SDKs are what you ship in your app.
Logs are written to ~/.cache/onde/debug.log.
Dual-licensed under MIT and Apache 2.0.
© 2026 Splitfire AB (Onde Inference).
FAQs
A CLI for managing your Onde Inference account and models.
We found that @ondeinference/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.