Getting StartedDesktop Installation

Desktop Installation

The BioNodulo desktop application is free and open-source (GPL-3). It bundles the node editor and a local execution engine, so you can build and run workflows entirely on your own machine — no account required.

System requirements

ResourceMinimumRecommended
OSmacOS 12+, Windows 10+, Ubuntu 20.04+Latest stable release
RAM8 GB32 GB+ (genomics is memory-bound)
Disk10 GB free100 GB+ for reference data & outputs
CPU4 cores8+ cores

Some nodes (alignment, assembly) require substantially more RAM than the minimum. If your local machine is too small, run those steps on the cloud platform instead.

Install

  1. Download the latest .dmg from the releases page.
  2. Open the .dmg and drag BioNodulo into Applications.
  3. On first launch, right-click → Open to bypass Gatekeeper (the build is notarized; this prompt only appears once).

Or via Homebrew:

brew install --cask bionodulo

Run from source

The desktop app and core engine are open source. To run from source:

git clone https://github.com/bionodulo/bionodulo.git
cd bionodulo
pnpm install
pnpm --filter @bionodulo/desktop dev

Verify the install

Launch the app. You should see an empty canvas with a node palette on the left. Open Help → About and confirm the version matches the release you installed.

Next steps