Installation
Download
Pre-built installers are produced by the CI pipeline. Download the appropriate installer for your operating system from the releases page.
| Platform | Installer format |
|----------|-----------------|
| Windows 10 / 11 | .exe (Squirrel installer) |
| macOS 10.15+ | .dmg or .zip |
Windows installation
- Run the
.exeinstaller. - Windows SmartScreen may show a warning for unsigned builds — click More info then Run anyway.
- The app installs to
%LocalAppData%\voice-assistantand launches automatically after setup. - A shortcut is added to the Start Menu.
macOS installation
- Open the
.dmgfile and drag Voice Recorder Forge into your Applications folder. - On first launch, macOS Gatekeeper may block the app. Go to System Settings → Privacy & Security and click Open Anyway.
- Grant microphone access when prompted.
Note: macOS support is currently partial. System-wide text insertion is not yet available. See macOS Setup for details.
Building from source
If you prefer to build the app yourself:
# Prerequisites: Node.js 20+, npm 11+
git clone https://github.com/wolvigrrl/Voice-Recorder-Forge
cd Voice-Recorder-Forge
npm install
npm start # development mode
npm run make # produce installer
First-launch setup
After installing, open the app and navigate to the Settings tab. You must enter a valid OpenAI API key before recording or transcription will work. See API Keys for instructions on obtaining a key.