Installation¶
This page explains how to download, install, and launch WireFrame EDA on all supported platforms.
| Platform | Package format | Architecture |
|---|---|---|
| Windows | Installer .exe |
64-bit (x86_64) |
| macOS | Disk image .dmg |
Apple Silicon (arm64) |
| Linux | Debian package .deb |
64-bit (x86_64) |
End-user guide
This page covers pre-built packages only. For building from source, see the developer documentation in the repository.

1. Downloading WireFrame¶
Go to the official download page:
Download: https://wireframe.com.vn/download
On that page:
- Choose the latest stable version (currently v1.3.7).
- Select the package that matches your operating system and architecture.

2. Windows Installation¶
2.1 Download the installer¶
- On the download page, click the Windows installer link:
- Example filename:
WireFrame-Setup-1.3.7-Windows-x64.exe
- Example filename:
- Save the file to a convenient location (e.g., your
Downloadsfolder).
2.2 Run the installer¶
- Double-click the downloaded
.exefile. -
If Windows SmartScreen shows a warning:
- Click More info → Run anyway.
SmartScreen warning
This dialog appears because the installer may not yet be code-signed with an EV certificate. The software is safe to install if you downloaded it from the official source.
-
Follow the setup wizard:
- Accept the license agreement.
- Choose the installation folder (default
C:\Program Files\WireFrame\is recommended). - Optionally create a desktop shortcut and Start Menu entry.
- Click Install and wait for the process to finish.
- Click Finish to close the installer.

2.3 Launch the application¶
Two ways to start WireFrame on Windows:
- Start Menu: Open Start → search for "WireFrame" → press Enter.
- Desktop shortcut: Double-click the WireFrame icon on your desktop.
3. macOS Installation¶
3.1 Download the disk image¶
- On the download page, click the macOS link:
- Example filename:
WireFrame-1.3.7-macOS.dmg
- Example filename:
- Save the file (usually to
~/Downloads).
3.2 Install the application¶
- Double-click the downloaded
.dmgto mount it. - A Finder window appears showing:
- The WireFrame application icon.
- A shortcut to the Applications folder.
- Drag the WireFrame icon onto the Applications folder.

- Once copied, eject the DMG:
- Right-click on "WireFrame" in the Finder sidebar → Eject.
3.3 Clear quarantine attributes (required)¶
macOS applies quarantine flags to apps downloaded from the internet. You must remove them before the first launch:
- Open Terminal (press Cmd+Space, type "Terminal", press Enter).
- Run:
- Enter your macOS password when prompted.
Do not skip this step
Without clearing the quarantine attribute, macOS may prevent the application from opening or silently block certain features.
3.4 First launch (Gatekeeper)¶
- Open Launchpad or the Applications folder.
- Find WireFrame and click to launch.
If macOS shows a Gatekeeper warning:
"WireFrame" cannot be opened because it is from an unidentified developer.
Resolve it:
- Open System Settings → Privacy & Security.
- Scroll down and click Open Anyway next to the WireFrame entry.
- Launch WireFrame again and confirm.

4. Linux Installation¶
4.1 Install the .deb package¶
- Download
WireFrame-1.3.7-amd64.debfrom the release page. - Install via terminal:
If there are missing dependencies:
- Launch WireFrame:
- From the application menu → search for "WireFrame".
- Or from terminal:
wireframe
4.2 Runtime requirements¶
The pre-built binary requires:
| Requirement | Details |
|---|---|
| Architecture | 64-bit x86_64 |
| OpenGL | 3.3+ with hardware acceleration |
| Desktop environment | GTK / Qt runtime libraries (usually pre-installed) |
| Distros tested | Ubuntu 22.04+, Fedora 38+, Debian 12+ |
Wayland users
If you experience rendering issues under Wayland, try launching with the X11 backend: GDK_BACKEND=x11 wireframe
5. Verifying the Installation¶
After launching, verify that everything works:
- The main window opens with the dark ImGui theme.
- The menu bar is visible at the top (File, Edit, View, Project, Tools, Help).
- You can open File → New Schematic and see an empty schematic canvas.
- You can open File → New PCB and see an empty PCB canvas.
- The Library panel is visible on the right side.
If any of these fail, check the FAQ & Troubleshooting page.
6. Next Steps¶
You're ready to start designing! Continue with:
| Next page | Description |
|---|---|
| Getting Started | Learn the basic workflow and UI layout |
| UI Overview | Detailed tour of every panel and toolbar |
| Full Tutorial | End-to-end project from install to Gerber export |