Graphic Spice is an open-source SPICE circuit design and simulation visual tool.
Graphic Spice uses the following packages under the hood:
- Simulation Engine: NGSpice
- Engine Rust Binding: Paprika
- Desktop Framework: Tauri
- Front-End Build Tool: Vite
You can download the latest release artifacts from the releases page.
Since this proyect is not code signed (yet) you'll have to forcefully code sign it to install on macOS. To do that you can execute the following script in your terminal:
xattr -rc /Applications/Graphic\ Spice.app && codesign --force --deep --sign - /Applications/Graphic\ Spice.appIf you want to learn how to use Graphic Spice you can follow the following guides:
- Introduction to Graphic Spice's UI
- Opening ".gsp" files
- Opening LTSpice (".asc") files
- Intro to circuit design in Graphic Spice
- Configuring simulations in Graphic Spice
- Visualizing results in Graphic Spice
Running the app:
yarn tauri devBuilding the app:
yarn tauri build