Installation
Get FlareDesk up and running on your Mac in just a few steps.
Download FlareDesk
Choose the appropriate version for your Mac:
Installation Steps
Open the downloaded DMG file
Double-click the FlareDesk.dmg file in your Downloads folder.
Drag FlareDesk to Applications
In the window that opens, drag the FlareDesk icon to the Applications folder shortcut.
Launch FlareDesk
Open your Applications folder and double-click FlareDesk. On first launch, you may see a security prompt.
- Right-click (or Control-click) on FlareDesk in Applications
- Select "Open" from the context menu
- Click "Open" in the dialog that appears
You only need to do this once. After that, FlareDesk will open normally.
You're ready!
FlareDesk is now installed. Start your 3-day free trial and add your first project.
Prerequisites
Before using FlareDesk, make sure you have the following installed:
Node.js
Required to run Wrangler. We recommend Node.js 18 or later.
Check if installed: node --version
Wrangler CLI
Cloudflare's CLI tool for Workers development.
Check if installed: wrangler --version
A Cloudflare Workers Project
You need a project with a wrangler.toml file.
Create a new project: npm create cloudflare@latest
System Requirements
| Operating System | macOS 10.15 (Catalina) or later |
| Processor | Apple Silicon (M1/M2/M3/M4) or Intel |
| Memory | 4 GB RAM minimum, 8 GB recommended |
| Disk Space | 100 MB for the application |