Penpot Desktop: Road to 1.0

Please see the next post for the 2024 review and Q1 2025 update.

Penpot Desktop is an unofficial desktop application for Penpot.

It provides you with access to the functionality of the browser version of Penpot with an experience of a desktop application. It comes with

  • system-level application experience e.g. a dedicated window, file extension association,
  • versatile dark-light mode setup,
  • tab interface for easy navigation between projects,
  • ability to connect to different instances e.g. officially hosted, local for offline work,
  • and more are coming.

Links

Repository
Documentation

4 Likes

Hello,
today marks 3 months since my first commit to Penpot Desktop. It’s also close to the end of the year, a great time for a review and talk about the future.

What’s Done

As with any project that has been out of development for some time, half a year in this case, I started with routine updates. For example, Penpot Desktop is now running the latest version of Electron (the framework it’s based on), which is important for security and maintainability.

From there it was time for documentation, fixes, and smaller features. All are good options to improve stability of a project and familiarise yourself with a code base, I used that.

Here are development highlights of 2024:

  • Updates to the framework, build tooling, and dependencies.
  • Security improvements in form of a process sandboxing, in-app navigation rules, and a webview verification.
  • UI fixes resulting in clean tab navigation and a more consistent UI across the platforms.
  • Features like a dedicated reload button, dynamic instance support, and navigation requests controls.

The First Code Contribution

Huge shoutout to @Beryesa for their work on Flatpak build and getting Penpot Desktop on Flathub.

It’s now live in the app store, with improvements planned and awaiting upstream fixes.

What’s Next

With a quarter behind us, let’s talk Q1 2025.

We are not out of the forest in terms of the technical debt. A decent chunk of the development time will go to migrating away from one of the dependencies that is seriously outdated and no longer maintained - the tab interface package. It’s an investment that will have returns in form of a better UI (compatible with the planned features) and a more secure application.

To the features now.

System/Local Fonts

Local fonts is probably the most requested feature and constantly on my radar. However, based on the prototyping I have done so far, it’s also the easiest one to overpromise on in this list. I just want you to know that it is a work in progress.

Multi-instance Support

The next milestone in the instance’s evolution is support for multiple instances. It will allow you to open Penpot from different sources simultaneously, which will be segregated and visualised in tabs, and manageable with a dedicated interface.

Friendly Local Setup

Penpot’s big feature is the ability to self-host it, which allows you to keep the work more private or simply work offline. However, it requires an extra setup and I believe it would help a lot if the process was abstracted in the app - at least to a certain degree.

The Interface

Penpot Desktop is getting a new, refreshed look. You can expect better working experience, encapsulating new features (some mentioned above), supported by new and improved menus, and a seamless feel with the Penpot application itself.

Below is an early mock-up and you can play with the prototype - make sure to click around.

The mock-up is based on Penpot’s Pencil, with a few minor modifications. Thank you Penpot team for releasing the design system.

Final Words

Thank you everyone for contributions - code submissions, bug reports, feature suggestions, feedback, spreading the word, and your activity overall.

If it’s the first time you are hearing about Penpot Desktop, give it a try - check out the installation options.

This is the last planned update post in 2024. Have a great end of the year. Stay tuned for future updates.

11 Likes

I’d love to help with the UI design of this project, I have some ideas and they might improve a lot the experience of the project. I will create a prototype for it later. Thanks for keeping this up and have a great end of the year you all :smiley:

5 Likes

Thank you @RenanMayrinckDesign. That sounds great, help is very much welcome. Let me know if you need any technical details, information etc.

1 Like

End of the 2024 was busy over at Penpot Desktop. Welcome to the first update in the 2025.

Development Upgrades

With the Q1 planned out, I decided to dedicate the remaining free time slots from the end of the last year to behind the scenes improvements and nice-to-have features.

Penpot Desktop received:

  • Clean up of the dependencies. - Removed packages that were replaceable with native features, not worth the risk associated with a dependency, or unused.
  • Migration to ES modules. - It’s related to development environment, but modular, clearly-structured code helps with bringing you new features - a win for everyone.
  • Code formatting and linting. - Another set of tools that help in development.
  • The context menu for quick tab management. - It gives you an option to reload or duplicate a tab, or batch close [other, right, left] tabs in relation to the targeted one. See preview.
  • The light/dark mode support. - The Theme setting lets you choose the preferred interface’s colour scheme. It offers options to hard set a theme (light or dark), follow an operating system, or follow an active Penpot project. See preview.

The Start

In January I immediately moved to work on the Road to 1.0. The most recent release added a side bar to hold the settings available so far - see preview. However, in the future, it will provide space for more controls of dynamic aspects of the app. Which means that support for multiple instances is really close.

There are also some surprise features on the radar. For example, file-based configuration, which will let you move Penpot Desktop’s configuration between devices, share it with a team, or include in a back-up.

Follow The Journey

I will be posting more about ongoing development of Penpot Desktop. If you would like to see short and more frequent updates, I’m trying out BlueSky and Mastodon.

Thank you for reading. I hope you enjoyed the update. Stay tuned for the next one.

Hello @Belar, this is my first interaction with the design of the new app, please take a look:

1 Like

Hi,
it’s nice to see the design coming together, thanks for sharing. The icon selection and the minimal feel are great.

What is your plan now? Long term, for a dedicated communication space, we could open an issue in the repository. Let me know what works for you.

Hello @Belar

I was planning to check out features in the roadmap that I could prototype and make it even more complete. If it helps you I can add it to Github as well, just send me a message and tell me what you need me to do in detail and I’ll get it done.

1 Like

Sounds great. Will write to you at the weekend with details.