# Install the IPFS Desktop App
IPFS Desktop bundles an IPFS node, file manager, peer manager, and content explorer into a single, easy-to-use application.
Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster.
If you already have an IPFS node on your computer, IPFS Desktop will act as a control panel and file browser for that node. If you don't have a node, it'll install one for you. And either way, IPFS Desktop will automatically check for updates.
Files screen | Explore screen | Peers screen | Settings screen | Menubar/taskbar |
---|---|---|---|---|
# Feature highlights
- Start your node at system startup (Mac/Windows) and control it from your OS using the convenient menubar/system tray menu.
- Quickly import files, folders, and screenshots to IPFS in a variety of convenient ways, including drag-and-drop and (for Windows) right-clicking a file/folder's icon.
- Easily manage the contents of your node with a familiar file browser that offers quick shortcuts for renaming/moving/pinning files and folders, previewing many common file formats directly in IPFS Desktop, copying content IDs or shareable links to your clipboard, and more.
- Quick download for CIDs, IPFS paths, and IPNS paths — choose
Download...
by right-clicking the IPFS icon on your computer's menu bar, paste in a hash, and you're good to go. - Visualize your IPFS peers worldwide on a map depicting what nodes you're connected to, where they are, the connections they're using, and more.
- Explore the "Merkle Forest" of IPFS files with a visualizer that lets you see firsthand how example datasets stored on IPFS — or your own IPFS files — are broken down into content-addressed pieces.
- OS-wide support for IPFS files and links (on Mac, Windows, and some Linux flavors) automatically hands off links starting with
ipfs://
,ipns://
anddweb:
to be opened in IPFS Desktop. - CLI Tutor Mode helps you learn IPFS commands as you go.
# Install instructions
To install IPFS Desktop, follow the specific instructions for your operating system. IPFS Desktop is built using the Electron framework (opens new window), so the application should work wherever Electron works.
Windows | macOS | Ubuntu |
---|---|---|
Or, if you'd rather use a package manager, check this list of third-party packages maintained by the IPFS community.
# Windows
Find the link ending in
.exe
for the latest version of IPFS Desktop:Run the
.exe
file to start the installation.Select whether you want to install the application for just yourself or all users on the computer. Click Next:
Select the install location for the application. The default location is usually fine. Click Next:
Wait for the installation to finish and click Finish:
You can now find an IPFS icon in the status bar:
The IPFS Desktop application has finished installing. Now, add your site.
# macOS
Download the latest available
.dmg
file from the ipfs/ipfs-desktop releases page (opens new window)Open the
ipfs-desktop.dmg
file.Drag the IPFS icon into the Applications folder:
Open your Applications folder and open the IPFS Desktop application.
You may get a warning saying IPFS Desktop.app can't be opened. Click Show in Finder:
Find IPFS Desktop.app in your Applications folder.
Hold down the
control
key, click IPFS Desktop.app, and click Open:Click Open in the new window:
You can now find an IPFS icon in the status bar:
The IPFS Desktop application has finished installing. Now, add your site.
# Ubuntu
While these instructions are specific to Ubuntu, they will likely work with most Ubuntu-related Linux distributions. For non-Ubuntu Linux distributions, check out the IPFS Desktop GitHub repository (opens new window) for install instructions.
# Install with .deb
Download the latest
.deb
installer from the IPFS Desktop GitHub repository (opens new window).Double click to install the package with Ubuntu Software, or move into where you downloaded the installer and install from the command-line:
sudo dpkg -i ./ipfs-desktop-[version]-amd64.deb
Replace
[version]
with the version number of the IPFS package you just downloaded.
# Install using AppImage
WARNING
When installing IPFS Desktop using an AppImage executable, you will not have access to the command-line ipfs
commands. This limitation is due to how AppImages work and how they containerize their processes.
If you are certain that you do not need to use the command-line ipfs
commands, then go ahead and install the AppImage. Otherwise, consider using the deb installer ↑
Download the latest
.AppImage
package from the IPFS Desktop GitHub repository (opens new window).Move into where you downloaded the
.AppImage
file, and make it executable:cd Downloads chmod a+x ./ipfs-desktop-linux.AppImage
Open the
.AppImage
by calling./ipfs-desktop-linux.AppImage
from the command-line:./ipfs-desktop-linux.AppImage
You can also run the
.AppImage
file by double-clicking on it in your file manager.
# Package Managers
Package Manager | Command |
---|---|
Homebrew (opens new window) | brew install ipfs --cask |
Chocolatey (opens new window) | choco install ipfs-desktop |
Scoop (opens new window) maintained by @NatoBoram (opens new window) | scoop bucket add extras && scoop install ipfs-desktop |
AUR (opens new window) maintained by @alexhenrie (opens new window) | ipfs-desktop |
# Next steps
Now that you've got IPFS Desktop installed, you can start sharing files and interacting with other nodes on the network! Check out how to host a website using IPFS →