Downloads
Every artifact is a single self-contained file with the full sync engine and web UI baked in, ready to discover, test, price, and push AI models from external providers into your new-api target instance. Pick the native binary for your platform, or the js bundle if you already have Bun.
| Platform | File |
|---|---|
| Linux x64 | new-api-sync-v0.5.0-linux-x64 |
| Linux arm64 | new-api-sync-v0.5.0-linux-arm64 |
| macOS Apple Silicon | new-api-sync-v0.5.0-darwin-arm64 |
| macOS Intel | new-api-sync-v0.5.0-darwin-x64 |
| Windows x64 | new-api-sync-v0.5.0-windows-x64.exe |
| Windows arm64 | new-api-sync-v0.5.0-windows-arm64.exe |
| JS bundle (requires Bun) | new-api-sync-v0.5.0.js |
Run a native binary (no runtime required)
curl -LO https://github.com/unorouter/new-api-sync/releases/download/v0.5.0/new-api-sync-v0.5.0-linux-x64
chmod +x new-api-sync-v0.5.0-linux-x64
./new-api-sync-v0.5.0-linux-x64 ui --port 3000Run the JS bundle (any platform, just needs Bun)
curl -LO https://github.com/unorouter/new-api-sync/releases/download/v0.5.0/new-api-sync-v0.5.0.js
bun new-api-sync-v0.5.0.js ui --port 3000What's Changed
New Contributors
Full Changelog: v0.4.0...v0.5.0