Releases: man4ish/omnibioai-studio
Releases · man4ish/omnibioai-studio
OmniBioAI Studio v0.3.0-beta
Added
- Auto-updater (electron-updater) — in-app update banner and one-click restart to install
- CI/CD across all 28 ecosystem repos
- docker-compose-release.yml and .env.example attached to every release
- SHA256SUMS.txt for all release artifacts
- WDL validation in workflow-bundles CI
- Linux ARM64 builds (AppImage, DEB, RPM) for DGX/Graviton
- Windows NSIS installer now live (was waitlist)
- Screenshots in README (Control Center, Health, Coverage, Tool Images)
- License card and ATAC-seq card on landing page
- sync-version GitHub Actions workflow on landing page
Fixed
- Stray
cdinstruction in launcher Dockerfile - docker-compose-release.yml using MACHINE_DIR (now portable)
- macOS DMG build failing due to npm socket hang up (added caching)
- Compose validation in CI failing due to missing env vars
- .env committed to git history (purged + secrets rotated)
Changed
- All download links on omnibioai.org updated to v0.3.0-beta exact filenames
- Release workflow now uses --publish onTag for auto-updater manifests
- jupyter/rstudio/vscode added to release compose (were missing)
- license-server added to release compose
OmniBioAI Studio v0.2.0-rc3
OmniBioAI Studio v0.2.0-rc3
📦 Downloads
| Platform | Architecture | File | Notes |
|---|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | *-arm64.dmg |
Recommended for Mac |
| macOS | Intel | *-x64.dmg |
For older Macs |
| Linux | x64 (Intel/AMD) | *.AppImage / *.deb / *.rpm |
Most laptops/servers |
| Linux | ARM64 | *-arm64.AppImage / *-arm64.deb / *.aarch64.rpm |
DGX/Graviton |
| Windows | x64 | *-Setup-*.exe |
Windows 10/11 |
🚀 Quick Start
Linux (DEB - Ubuntu/Debian):
sudo dpkg -i omnibioai_*.deb
omnibioai-studioLinux (RPM - RHEL/Fedora/CentOS):
sudo rpm -i omnibioai-*.rpm
omnibioai-studioLinux (AppImage):
chmod +x OmniBioAI*.AppImage
./OmniBioAI*.AppImage --no-sandboxmacOS:
Open DMG → Drag to Applications → Right-click → Open
Windows:
Run installer → Follow wizard → Launch from Start Menu
📋 Requirements
- Docker Desktop (auto-prompted on first launch)
- 16GB RAM minimum (32GB recommended)
- 50GB free disk space
- License key (get one at omnibioai.org)
🔑 Get Beta Access
Sign up at: https://omnibioai.org/#request
Full Changelog: v0.1.0-beta.1...v0.2.0-rc3
OmniBioAI Studio v0.2.0-beta
Full Changelog: v0.2.0-beta...v0.2.0-beta
OmniBioAI Studio v0.2.0 Beta
Beta release — cloud mode via Cloudflare tunnel.
- 128 bioinformatics plugins
- 215 analysis tools
- 50 engine pipelines (WDL / Nextflow / Snakemake / CWL)
- 10 agentic AI pipelines
- HPC / Cloud / Kubernetes / Hybrid compute support
- No local Docker required in beta mode
- Fixed hardcoded IP references
OmniBioAI Studio v0.1.0-beta.1
OmniBioAI Studio v0.1.0-beta.1
Download
| Platform | File | Notes |
|---|---|---|
| Linux | .AppImage |
Works on any Linux distro (Ubuntu 20.04+) |
| macOS | .dmg |
Intel + Apple Silicon |
| Windows | .exe |
NSIS installer |
Quick Start
Linux:
chmod +x "OmniBioAI Studio-*.AppImage"
./"OmniBioAI Studio-*.AppImage"Stack only (no Electron):
bash scripts/start.shRequirements
- Docker Engine 24+ with Docker Compose v2
- 16GB RAM minimum (32GB recommended)
- 50GB free disk space
jq—sudo apt install jq
GHCR Authentication (required for private images)
export GITHUB_TOKEN=your_token
export GITHUB_USER=your_usernameServices
| Service | Port |
|---|---|
| Workbench | :8000 |
| TES | :8081 |
| ToolServer | :9090 |
| Model Registry | :8095 |
| LIMS | :7000 |
| Control Center | :7070 |
| RAG | :8090 |
| Dev Hub | :5173 |
| SDK Launcher | :5190 |
| Ollama | :11434 |
Full Changelog: v0.1.0-beta.2...v0.1.0-beta.1
OmniBioAI Studio v0.1.0-beta.2
OmniBioAI Studio v0.1.0-beta.2
| Platform | Download |
|---|---|
| Linux | .AppImage — works on any Linux distro |
| macOS | .dmg — Apple Silicon + Intel |
Requirements
- Docker + Docker Compose
- 8GB RAM minimum