onde_cli 0.4.1 copy "onde_cli: ^0.4.1" to clipboard
onde_cli: ^0.4.1 copied to clipboard

Dart launcher for the Onde Inference CLI that downloads the right native binary on first run.

onde_cli #

Dart launcher for the official Onde Inference CLI.

Install #

dart pub global activate onde_cli

Run #

onde

That opens the Onde terminal UI for account management, app setup, and local model fine-tuning. On first run, the launcher downloads the right native binary into ~/.onde/cli. After that it reuses the local copy. For package details, platform notes, and the full install matrix, see https://ondeinference.com/cli.

If you want a quick background read on the inference side, Onde has a short note on the forward pass.

Platform support #

This package downloads native onde binaries for:

  • macOS arm64, x64
  • Linux arm64, x64 (glibc)
  • Windows arm64, x64

Other installation methods #

  • npm: npm install -g @ondeinference/cli
  • pip: pip install onde-cli
  • .NET tool: dotnet tool install --global Onde.Cli
  • Homebrew: brew install ondeinference/homebrew-tap/onde

Cache location #

The launcher stores downloaded binaries under:

~/.onde/cli

Versioned downloads live under that directory, so different CLI versions can coexist without stepping on each other.

Source #

License #

Dual-licensed under MIT and Apache 2.0.

© 2026 Splitfire AB (Onde Inference).

1
likes
140
points
7
downloads

Documentation

Documentation
API reference

Publisher

verified publisherondeinference.com

Weekly Downloads

Dart launcher for the Onde Inference CLI that downloads the right native binary on first run.

Homepage
Repository (GitHub)
View/report issues

Topics

#cli #ai #llm #on-device #inference

License

Apache-2.0 (license)

More

Packages that depend on onde_cli