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.

With your purchase you are funding the ongoing development, bug fixes, and new features.

Version 1.0.7 was released on April 15, 2026.


I am a business customer

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 1.0.8 on Windows 11. To install Fritzing, run the downloaded installer and follow the instructions. The installer may ask for admin rights ("UAC"). Click "yes" to confirm. This lets the installer add the Visual C++ Redistributable from Microsoft. For ARM CPUs, the minimum requirement is Windows 11, 24H2.

For 32-bit systems, and for Windows 8.1 and earlier, Fritzing 0.9.10 is the latest version.

Mac

We tested Fritzing 1.0.8 on macOS 26 Tahoe. Fritzing ships as a universal binary. It runs natively on Apple Silicon (M1, M2, M3, M4) and on Intel Macs. To install Fritzing, open the downloaded *.dmg file and move Fritzing to your applications folder. Then start Fritzing from the applications folder.

For macOS Catalina, Fritzing 1.0.1 is the latest version. For macOS High Sierra, Fritzing 0.9.10 is the latest version. For macOS Sierra and El Capitan, Fritzing 0.9.3 is the latest version.

Linux

We provide an AppImage that runs on most Linux systems. For x86-64 (Intel and AMD), we tested it on Ubuntu 22.04 and 24.04. It runs on any system with glibc 2.31 or newer (about 2020 and later).

We now also provide a Linux ARM (aarch64) AppImage. We tested it on Raspberry Pi OS Trixie, so Fritzing runs on a Raspberry Pi. The ARM build needs glibc 2.39 or newer. Use Raspberry Pi OS Trixie or another recent ARM distribution, not an older release.

Store the AppImage in a folder such as $HOME/bin or $HOME/appimages. Add the executable permission to the file, then start it.
On Ubuntu 22.04, install the libfuse2 library to support AppImages: apt install libfuse2

View detailed instructions for your Linux distribution →