▶ Get RSpice
Download
One engine, three platforms. The Community edition is the full core simulator — free, including commercial use, no account required.
available today · your platform
Community edition · free · commercial use allowed
Build from source
Three commands to a working simulator.
The repo is public and the toolchain is pinned — rustup picks up Rust 1.94 automatically. The first release build takes a few minutes (fat LTO).
git clone https://github.com/JaimeHW/RSpice.git
cd RSpice
cargo build --release -p rspice-cli
then: target/release/rspice run your_deck.cir
— or cargo install --path crates/rspice-cli to put
rspice on your PATH. the
first-simulation guide walks through a complete run.
All platforms · at launch
Every artifact, every platform.
Installer or portable, your pick — each build is the same engine from the same commit. This is the launch manifest; artifacts publish to GitHub Releases.
Windows
- rspice-1.0.0-setup-x64.exeinstaller
- rspice-1.0.0-win64.zipportable
- SHA256SUMSchecksums
macOS
- rspice-1.0.0-universal.dmginstaller
- rspice-1.0.0-macos.zipportable
- SHA256SUMSchecksums
Linux
- rspice-1.0.0-x86_64.AppImageappimage
- rspice-1.0.0-linux-x64.tar.gzportable
- SHA256SUMSchecksums
Verify
Check the hash before you trust the binary.
Every release ships a SHA256SUMS manifest — one line per artifact.
Hash what you downloaded and compare. On Windows:
certutil -hashfile <file> SHA256;
on macOS and Linux: shasum -a 256 -c SHA256SUMS.
8ba8d5a4ba0898111f4b99707bbd2b5faeed9d61047c137dedf4f0095c36f118 rspice-1.0.0-setup-x64.exe
db94070fade09759f0869ba84d1cd5e8fc6717604257fe57a5f94d961bc45d80 rspice-1.0.0-win64.zip
c3e4f53789678322081b38d7596a8df1c42ab876549cd9ee12eb4eb3d6d07c36 rspice-1.0.0-universal.dmg
60c06f05fcd357df9a98d909ce62f84176e0175a226c22b3bdd741250811a86b rspice-1.0.0-macos.zip
fc9c529340559b8760a841e4cc0bcc7cc02154d58432eb1546cf521d8ea77894 rspice-1.0.0-x86_64.AppImage
c10177e27e46ac1133afb5fa203113b9e92fa43accc1f13db390b252d45a3d83 rspice-1.0.0-linux-x64.tar.gz
license keys activate offline — a signed key file on disk, no account, no telemetry, no phone-home.