Penpot Desktop is an unofficial desktop application for the open-source design tool, Penpot.
It delivers a desktop-like experience for Penpot users with the addition of integrated tabs to conveniently traverse back and forth between projects. Offline support is available through the "select your own instance" option, and theme settings can be applied to either the entire desktop app or just the Penpot dashboard.
- Penpot - The official website for Penpot.
- Documentation - The Penpot Desktop knowledge base
- Ensure the environment meets the following requirements:
- Clone the repository or download the source code.
- Navigate to the project's directory.
- Run
npm ci
to install packages.
Other package managers such as Yarn, PNPM, or Bun should work as well. - (Optional) Run
npm run dev
to start the application in development mode. This will open a new window with the application running. - Run
npm run build
to build the application. By default, it will build for the current OS and architecture, but you can pass flags to build for other platforms. See the Electron Builder documentation for more information.