ngspice

ngspice 45

Next Generation Spice (Electronic Circuit Simulator)

http://ngspice.sourceforge.net
BSD 3-clause "New" or "Revised" LicenseGNU General Public License v2.0 or laterGNU Library General Public License v2 or later
main program: ngspiceprograms: ngspice
Platforms (45)
x86_64-solarisx86_64-cygwinarmv5tel-linuxpowerpc64-linuxarmv7a-netbsdx86_64-netbsdx86_64-openbsdmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ngspice
];
Ad-hoc shell
nix-shell -p ngspice
Flake (nix run)
nix run nixpkgs#ngspice