Getting Started
Download a pre-built release for Windows, or build from source (Node.js 20+ and Rust required).
Download a Release
Pre-built installers and executables are available on GitHub Releases for Windows (and optionally other platforms).
Windows
Standalone .exe and installers (MSI/NSIS) in the release assets
Other platforms
Build from source with Node.js and Rust (see below)
Getting Help
Documentation and community support to get you started.
Build from Source
Prerequisites: Node.js 20+ and Rust (for Tauri).
# Clone the repository
git clone https://github.com/drytrix/PatternSoft.git
cd PatternSoft
# Install dependencies and run (browser only)
npm install
npm run dev
# Or run as desktop app (requires Rust)
npm run tauri dev
# Build desktop app
npm run tauri:build
On Windows, the built executable and installers are in src-tauri/target/release/ and src-tauri/target/release/bundle/.