Installation
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| Operating System | Windows 10 (64-bit) | Windows 11 (64-bit) |
| RAM | 4 GB | 8 GB or more |
| Disk Space | 200 MB | 500 MB (with Python support) |
| Graphics | OpenGL 3.3 compatible | Dedicated GPU with OpenGL 4.5 |
| Display | 1280 × 720 | 1920 × 1080 or higher (High-DPI supported) |
| Component | Minimum | Recommended |
|---|---|---|
| Operating System | Ubuntu 20.04 LTS (64-bit) or equivalent | Ubuntu 22.04 LTS or later |
| RAM | 4 GB | 8 GB or more |
| Disk Space | 200 MB | 500 MB (with Python support) |
| Graphics | OpenGL 3.3 compatible | Dedicated GPU with OpenGL 4.5 |
| Display | 1280 × 720 | 1920 × 1080 or higher (High-DPI supported) |
Download
Download the latest version from www.linkcad.com/download. A free trial is available — no registration required to evaluate.
Installation Steps
- Run the downloaded installer
- Accept the license agreement
- Choose an installation directory (default:
C:\Program Files\LinkCAD) - Select components — the Python scripting extension is optional
- Click Install and wait for completion
- Launch LinkCAD from the Start Menu or desktop shortcut
sudo dpkg -i linkcad-*.debIf there are missing dependencies, resolve them with:
sudo apt-get install -fLaunch LinkCAD from your application menu or run:
linkcadsudo rpm -i linkcad-*.rpmOr using dnf:
sudo dnf install linkcad-*.rpmThe AppImage bundles all dependencies and runs on any modern 64-bit Linux distribution without installation.
chmod +x LinkCAD-*.AppImage./LinkCAD-*.AppImageOptionally integrate into your desktop by running the AppImage with --install (if supported by your desktop environment) or by creating a .desktop entry manually.
Upgrading from a Previous Version
Install the new version over the existing installation. Your settings, session files, and license are preserved automatically.
Replace the existing package using the same method you used to install it. Your settings in ~/.config/LinkCAD are preserved.
Silent Installation
For enterprise deployment on Windows, LinkCAD supports silent installation:
LinkCAD-Setup.exe /S /D="C:\Program Files\LinkCAD"Trial Version
LinkCAD runs as a fully functional trial after first launch. After purchasing a license, enter your Registration Code to convert the trial into a registered version. No reinstallation required.
Uninstallation
Uninstall via Settings → Apps → LinkCAD or run the uninstaller from the installation directory. User settings stored in %APPDATA%\LinkCAD are preserved unless manually removed.
sudo dpkg -r linkcadsudo rpm -e linkcadSimply delete the .AppImage file. No system changes were made during installation. Settings in ~/.config/LinkCAD can be removed manually.