Turn Any Webflow Website Into a Desktop App

Nikolai Bain Profile Picture

By Nikolai Bain

Last updated: 

Sep 5, 2026

Posted: 

Aug 8, 2021

Turn Any Webflow Website Into a Desktop App

Share this article

Turn Any Webflow Website Into a Desktop App

Prefer video?

Watch the video version of this blog post on my Youtube channel.

Watch Video 

Ever wanted quick, app-like access to a Webflow website from your desktop, without hunting through browser tabs to find it? Here are two ways to do it: the simple, actively-supported method most people should use today, and the older third-party tool this post used to recommend.

The simple way: install your website as an app from your browser

Chrome and Edge can turn any website, including a Webflow site, into a desktop app in a few clicks, with no installs or terminal commands. Open the site in Chrome, click the three-dot menu, choose "Cast, save, and share," then "Install page as app." This adds a real desktop icon that opens the site in its own window, and because it runs through your browser, it gets the same automatic security updates as the rest of Chrome.

For most people who just want quick access to a website without a browser tab, installing it as an app through Chrome or Edge is the officially recommended approach, including from the team behind the tool below.

The older way: Nativefier (now unmaintained)

This post originally walked through Nativefier, a popular open-source tool for wrapping a website in its own desktop app. As of late 2023, Nativefier has been archived by its maintainers, who now recommend the browser-based method above for most use cases, or building directly with Electron if you need a fully custom, distributable app. The steps below still work today, but the project is no longer receiving updates or security fixes, so use it with that in mind.

The process below can be done in under 5 minutes, and also works for a bubble.io website or any other no-code site.

Here's what the end product looks like using the dawn-dashboard.webflow.io Webflow website. Not too shabby at all.

Since there is only a couple of small steps we need to do, let's jump right in.

1. Install Node.js

Firstly, if you don't already have Node.js installed, you will want to do that first.

You can find a download at https://nodejs.org/en/. Download using the left button, "Recommended for most users".

Once it's downloaded, quickly go through the installation process and it will be up and running! It won't be a physical app, so don't worry when you can find it anywhere.

2. Install Nativefier

With Node installed, we're now going to install the converter that we will use to convert our website into an app.

To do this we're going to use Nativefier, and you can find all the Nativefier documentation on their Github: https://github.com/nativefier/nativefier. We won't need to use this link for now as we will be installing Nativefier through our computer terminal.

Open up any terminal app (I'm using Hyper), and use this command to install Nativefier.

npm install -g nativefier

It will then work through the installation process.

If you run into any errors or permission issues, feel free to quickly Google the issue and you will likely find what's going wrong. If it's a permission issue, you can type "sudo !!" to change your permission to be universal and re-run the command.

Now that we have Nativefier installed, all we have left to do is convert our website.

Webflow Templates Cover

Don't want to build from scratch?

Start with a Webflow template and have your new website up in no time.

3. Turn your Webflow website into an app

To convert the website, all you need to do is copy the URL of the website you want to use, and type nativefier "www.website.com" in terminal. For example, in this case I'm going to use nativefier "dawn-dashboard.webflow.io"to convert my website.

Once it converts, it's going to spit out a folder with your website desktop app in it. To make the folder output onto my desktop, I changed directory in the terminal using cd Desktop.

If you want to override the name of the app, instead use this command when converting the website:

nativefier —name 'Dawn' 'dawn-dashboard.webflow.io'

By doing this we are telling the name of the app to output as "Dawn".

And that's it, double click your app and see how it looks!

Since we can use this process on any website, we could even turn Webflow itself into a desktop app. All we need to do is type nativefier "https://webflow.com/dashboard" into the terminal and it's good to go as a working desktop app.

And that's it — you can now convert any website you want into a working desktop app using Nativefier, or get the same result in a few clicks using your browser's built-in "install as app" feature.

Frequently Asked Questions

Is Nativefier still safe to use?

Nativefier still works technically, but since it's no longer maintained, it won't receive security patches for the underlying Electron/Chromium engine it wraps. For most everyday use, installing a site as an app directly through Chrome or Edge is the safer, actively-updated option.

What's the difference between installing a site as a browser app and using Nativefier?

Installing through Chrome or Edge is faster, requires no setup, and stays updated automatically, but gives you fewer customization options. Nativefier, or building with Electron directly, lets you customize the app icon, name, and behavior in more detail, at the cost of needing manual setup and updates.

Can I turn any website into a desktop app, not just Webflow sites?

Yes — both methods work on any website, whether it's built with Webflow, Bubble, WordPress, or hand-coded. Neither approach cares what the site is built with, only that it has a URL.

Do I need to know how to code to do this?

No. The browser method is entirely point-and-click, and the Nativefier method only requires copying and pasting a couple of terminal commands — no coding knowledge is required for either.

Nikolai Bain Profile Picture

Written by

Nikolai Bain

I'm a Webflow Premium Partner based in Wellington, New Zealand, with years of experience designing and developing websites for clients across the UK, EU, US, AU, and NZ. I specialize in Webflow migrations and SEO, helping businesses move from WordPress, Squarespace, and custom-coded sites to Webflow without losing search rankings. I share what I learn through in-depth guides and templates to help others get more out of Webflow.

More about me
Got  A
Project?
Let's  
Chat.

I work with leading businesses around the world. Maybe you'll be next.

Get in Touch