Download linksThe latest stable release is Qucs-S-25.2.0
Contribution guideQucs-S is open for everyone's contribution. See here for contribution guide.DonationsQucs-S accepts donations using Boosty: https://boosty.to/qucs_s |
News
|
Simulation example with Qucs-S and Ngspice![]() (More screenshots...) Support
PublicationsQucs-S is also a research software. Check our publication list. |
![]() |
![]() |
![]() |
![]() |
You can run Qucs-S on all Linux platforms using AppImage without building it from source. This way is preferrable, if there is no prebuilt package for your distribution and/or you have not root access to the machine. Otherwise it is recommneded to install the binary package from the repository (see the section above).
Download AppImage and make it executable, then run it from the console or your file manager. Please note that AppImage doesn't include Ngspice and you need to install it using system package manager.
Qucs could be installed on FreeBSD using ports or binary package.
cd /usr/ports/cad/qucs-s/ && make install clean
pkg install qucs-s
Windows portable package could be downloaded as zipped distribution. Unpack and launch qucs-s.exe from bin subdirectory. Only 64-bit windows packages are available:
You need to download and install Ngspice and/or XYCE manually from official websites: http://ngspice.org/ https://xyce.sandia.gov respectively.
You may also use Windows installer. Launch the installer executable and follow the installation wizard guide. Windows installer includes both Ngspice and QucsatorRF simulation kernels. You may download and update simulation backends manually and specify the simulator paths in application settings.
Use homebrew to install Qucs-S. Run below command to install latest Qucs-S.
brew install --cask ra3xdh/qucs-s/qucs-s@nightly
For portable package run the qucs-s.exe binary to launch application. You may create a desktop shortcut for it.
Project founders:
See the full contributors list at the Github repository page: https://github.com/ra3xdh/qucs_s/graphs/contributors
Source code of the Qucs-S is hosted at the Github in the following repository: https://github.com/ra3xdh/qucs_s. You need to clone this repository if you wish to contribute.
git clone https://github.com/ra3xdh/qucs_s
cd qucs_s
git checkout -b your_feature
Use CMake to compile Qucs-S. After you make changes, prepare a
pull request to Qucs-S repository.