Fritzing is devoted to making creative use of electronics accessible to everyone.
The source code of Fritzing is available on our GitHub repository. Everyone is welcome to participate in the development.
We are asking you to pay 8€ (around US$10) for downloading the application. This way we can ensure future releases, bugfixes and features.
Version 0.9.10 was released on May 22, 2022.
Read the installation instructions below. If you have any problems with the installation, do not hesitate to contact us via the contact form.
See what's new and the known issues.
This version includes translations for:
Deutsch (German),
English,
Español (Spanish),
Français (French),
Italiano (Italian),
Nederlands (Dutch),
Português (eu) (Portuguese EU),
Português (br) (Portuguese BR),
日本語 (Japanese),
中文 (简体) (Chinese Simplified),
正體中文 (繁體) (Chinese Traditional),
Українська мова (Ukrainian),
Русский (Russian),
Čeština (Czech),
한국어 (Korean),
Ελληνικά (Greek),
slovenčina (Slovak),
română (Romanian),
Türkçe (Turkish),
Български (Bulgarian),
বাংলা (Bengali).
Installing Fritzing
Windows
We tested Fritzing 0.9.10 on Windows 10 and Windows 11.
To install Fritzing, run the downloaded installer file and follow the instructions.
It may ask for admin rights ("UAC") during the installation.
Please confirm this request by clicking "yes".
This will allow the installation of the Visual C++ Redistributable from Microsoft.
Fritzing is reported to work on Windows 8.1 and earlier.
However, support for those versions has ended.
If you already have Fritzing 0.9.6 or later running, then version 0.9.10
will run without additional steps.
Mac
We tested Fritzing 0.9.10 on Mac OS X High Sierra, Catalina, Big Sur and Monterey (Intel and M1 with Rosetta). To install Fritzing on your Mac, open the downloaded *.dmg file and move Fritzing to your applications folder. You can then launch Fritzing from the applications folder. For macOS Sierra and El Capitan, Fritzing 0.9.3 is the latest version.
Linux
We created an AppImage that runs on most Linux systems. We tested it
on Ubuntu 18.04, 20.04 and 22.04. It should run on any system with
glibc >= 2.27 (about 2018 and later).
We recommend storing the AppImage in a Folder like $HOME/bin or $HOME/appimages.
To run the AppImage, add the executable permission to the file and start it.
On Ubunut 22.04, the libfuse2 library needs to be installed to support AppImages:
apt install libfuse2