Public home for Dune IDE releases and support.
- Releases — download the
duneCLI launcher and the Dune IDE app/DMGs from the Releases page. Builds are produced and published automatically from the (private) IDE source repo. - Support — file bugs and feature requests in Issues, or ask in Discussions.
This repo holds no IDE source. Extensions live in their own repo —
duneyou/dune-extensions.
brew tap duneyou/dune
brew install --cask dune-ide # app + linked `dune` command
brew install duneyou/dune/dune-ide-cli # just the `dune` launcherDune IDE installs extensions from the Open VSX registry via the in-app Extensions
panel, and loads them from ~/.dune/extensions/<id>/,
<workspace>/.dune/extensions/<id>/, or <workspace>/.vscode/extensions/<id>/.
Example and community extensions — and the place to contribute your own — are in
duneyou/dune-extensions.
MIT — see LICENSE.