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.dfx, we’ll use dfxvm, a tool for managing different versions of dfx.
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
- Linux
🍎 macOS (Apple Silicon | Intel)
Download the release
Download the latest release for macOS:
Using Bundled dfx
While it’s recommended to install dfx separately as described above, DFX Dashboard also provides a bundled version of dfx.
To use the bundled version:
Verifying the Installation
After installation, follow these steps to verify that DFX Dashboard is correctly installed:Troubleshooting
DFX Dashboard won't start
DFX Dashboard won't start
- Ensure your system meets the minimum requirements
- Check that dfx is properly installed and accessible
- Try restarting your system after installation
Permission denied on Linux
Permission denied on Linux
- Make sure the AppImage file has execute permissions:
chmod +x DFX-Dashboard.AppImage - For Snap installations, ensure snapd is properly installed and running
macOS security warning
macOS security warning
- If you see a security warning, go to System Preferences > Security & Privacy
- Click “Open Anyway” for DFX Dashboard
- This is normal for applications not distributed through the Mac App Store
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.