Getting Started

Installation

Installation

DevDock is available as a pre-built binary for Windows, macOS, and Linux. You can also build from source.

Download Pre-built Binaries

Head to the Releases page and download the installer for your operating system:

| Platform | File | |----------|------| | Windows | DevDock-Setup-x.x.x.exe | | macOS | DevDock-x.x.x.dmg | | Linux (AppImage) | DevDock-x.x.x.AppImage | | Linux (Debian) | devdock_x.x.x_amd64.deb |

Install from Source

bash
# Clone the repository
git clone https://github.com/JUSTTNZ/DevDock.git
cd DevDock

# Install dependencies
npm install

# Run in development mode
npm run dev

Package for Distribution

bash
# Windows
npm run package:win

# macOS
npm run package:mac

# Linux
npm run package:linux