Installation
Download and install Logicarium on your system
Logicarium is currently available for Windows only. macOS and Linux support is planned for future releases.
System Requirements
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 | Windows 11 |
| RAM | 4 GB | 8 GB |
| GPU | OpenGL 3.3 compatible | Dedicated GPU |
| Storage | 50 MB | 100 MB |
Download
Pre-built Release
Download the latest release
Download Logicarium-vX.X.X.zip from the releases page.
Extract the archive
Extract the ZIP file to your desired location (e.g., C:\Program Files\Logicarium).
Run the application
Double-click Logicarium.exe to launch the editor.
Building from Source
Prerequisites
- Visual Studio 2022 with C++ Desktop Development workload
- Git
Clone the repository
git clone https://github.com/tomlin7/Logicarium.git
cd LogicariumBuild with MSBuild
msbuild Logicarium.sln /p:Configuration=Debug /p:Platform=x64Run the built executable
bin/Debug-windows-x86_64/Logicarium/Logicarium.exeFirst Launch
When you first launch Logicarium, you'll see:
- Canvas - The main area where you build circuits
- Script Editor - The right panel for code-based circuit design
- Dock - Quick access to common gates at the bottom
Press Tab to toggle the script editor panel, and D to toggle the dock.
Next Steps
Now that you have Logicarium installed, check out these guides:
- Quick Start - Build your first gate in 60 seconds
- Tutorial - Comprehensive step-by-step guide
- UI Overview - Learn the interface