Contributions welcome: See CONTRIBUTING.md.
A fast and flexible currency converter built in Rust using the apilayer Exchange Rates Data API.
🌐 Website: currency-cli homepage
📦 Download binaries: GitHub Releases
- Convert between any two currencies
- Historical conversions by date
- Multi-currency conversions
- Output formats: plain text, JSON, CSV
- Lightweight, fast, and cross-platform (macOS, Linux, Windows)
Download the binary for your platform from the Releases page and run it directly.
Or build from source:
git clone https://github.com/tanjib028/currency_cli.git
cd currency_cli
cargo build --release
## 📥 Prebuilt Binaries
| Platform | Architecture | File |
|----------|--------------|------|
| Linux | x86_64 | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-x86_64-unknown-linux-musl.tar.gz)
| Linux | aarch64 | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-aarch64-unknown-linux-musl.tar.gz)
| macOS | x86_64 | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-x86_64-apple-darwin)
| macOS | aarch64 | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-aarch64-apple-darwin)