Logicarium

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

ComponentMinimumRecommended
OSWindows 10Windows 11
RAM4 GB8 GB
GPUOpenGL 3.3 compatibleDedicated GPU
Storage50 MB100 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 Logicarium

Build with MSBuild

msbuild Logicarium.sln /p:Configuration=Debug /p:Platform=x64

Run the built executable

bin/Debug-windows-x86_64/Logicarium/Logicarium.exe

First Launch

When you first launch Logicarium, you'll see:

  1. Canvas - The main area where you build circuits
  2. Script Editor - The right panel for code-based circuit design
  3. 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:

On this page