Install Burrete
Burrete supports macOS 12 and later.
Homebrew
Install from the Burrete tap:
brew tap SergeiNikolenko/burrete
brew install --cask burreteCheck the installed cask version:
brew info --cask SergeiNikolenko/burrete/burreteBun CLI
Use the CLI when you want the latest stable GitHub release or a quick health check:
bunx burrete latest
bunx burrete install
bunx burrete doctorThe Bun installer places Burrete in ~/Applications by default. Use bunx burrete install --system only when you intentionally want the app in /Applications for all users.
GitHub Releases
You can also install manually:
- Open the latest release .
- Download the
Burrete-<version>.zipfile. - Unzip it.
- Move
Burrete.appto yourApplicationsfolder. - Open Burrete once from
Applications.
First launch
Open Burrete.app once after installation. This gives macOS a chance to register the app bundle and Finder Quick Look extension.
If Finder previews do not appear after install, run:
bunx burrete doctorCodex plugin and local MCP
The optional Codex integration lives in the same Burrete repository as the app. It bundles workflow skills with typed MCP tools for opening, observing, and controlling a local molecular workspace.
Clone the repository and run the plugin installer:
git clone https://github.com/SergeiNikolenko/Burrete.git
cd Burrete
bun run install:pluginRestart Codex after installation, then mention @Burrete or select Burrete from Plugins. See Codex Plugin and MCP for the tool surface, security boundaries, and source links.
Optional local calculation engines
The Burrete application does not bundle xTB, CREST, or PRISM. Install only the engines needed for your local workflow:
pixi global install xtb
pixi global install crest
uv tool install prism_prunerCheck each executable before a production calculation, then use the matching runtime check in the desktop inspector. See xTB calculations and CREST and PRISM.