Installation
Install DFX Dashboard and its prerequisites to start developing on the Internet Computer
This guide will walk you through installing DFX Dashboard and its prerequisite, dfx
.
Installing dfx
via dfxvm
Before installing DFX Dashboard, you need to install dfx
, which is part of the Internet Computer SDK.
dfx
is natively supported on Linux or macOS 12.* Monterey or later. For Windows users, you can run dfx
using Windows Subsystem for Linux (WSL 2), although not all features may be supported.
To install dfx
, we’ll use dfxvm
, a tool for managing different versions of dfx
.
Open your terminal
Launch your terminal application on macOS or Linux.
Install dfxvm
Run the following command to download and install the latest version of dfxvm
:
Verify installation
After installation, you can verify the installation by running:
If you’re using a machine with Apple silicon, you’ll need to have Rosetta installed. You can install Rosetta by running softwareupdate --install-rosetta
in your terminal.
System Requirements
Before installing DFX Dashboard, ensure your system meets these requirements:
Operating System
- macOS 10.15+
- Ubuntu 20.04+
Dependencies
- dfx v0.25.0 or newer
- Node.js v14.0.0 or newer
Installing DFX Dashboard
🍎 macOS (Apple Silicon | Intel)
Download the release
Download the latest release for macOS:
Install the application
- Open the downloaded file
- Drag the DFX Dashboard icon to the Applications directory
🍎 macOS (Apple Silicon | Intel)
Download the release
Download the latest release for macOS:
Install the application
- Open the downloaded file
- Drag the DFX Dashboard icon to the Applications directory
🐧 Linux
Install the application
Follow the general instructions to install the application on your Linux distribution:
Using Bundled dfx
While it’s recommended to install dfx
separately as described above, DFX Dashboard also provides a bundled version of dfx
.
If you prefer not to install dfx
separately or need to use a specific version, you can use the bundled dfx
version in DFX Dashboard.
To use the bundled version:
Open DFX Dashboard
Launch DFX Dashboard from your applications menu.
Navigate to Settings
Go to the Settings page in the sidebar.
Toggle dfx version
Look for the option to toggle between system dfx
and bundled dfx
.
Select bundled dfx
Choose “Use Bundled DFX” to use the included version.
Verifying the Installation
After installation, follow these steps to verify that DFX Dashboard is correctly installed:
Launch the application
Open DFX Dashboard from your applications menu.
Check the About section
Navigate to the “About” section in the sidebar.
Verify version
Check the version number displayed to ensure it matches the version you downloaded.
Troubleshooting
Additional Resources
DFX Documentation
Official dfx command line reference
IC Developer Docs
Complete Internet Computer development guide
Community Forum
Get help from the community
GitHub Issues
Report bugs and request features
Ready to get started? Continue to the Quick Start Guide to set up your first project.