Skip to content

Releases: bulwark-studio/bulwark

Bulwark v2.1.0

06 Mar 20:50

Choose a tag to compare

Bulwark v2.1.0 — Initial Public Release

Your entire server, one dashboard.

Install

# Docker Compose (recommended)
git clone https://github.com/bulwark-studio/bulwark.git
cd bulwark && docker compose up -d

# npm
git clone https://github.com/bulwark-studio/bulwark.git
cd bulwark && npm install
MONITOR_USER=admin MONITOR_PASS=changeme npm start

# npx (try without installing)
npx @bulwark-studio/bulwark

# One-line install (Linux)
curl -fsSL https://bulwark.studio/install.sh | bash

Open http://localhost:3001

Highlights

  • 34 sidebar views — Dashboard, Terminal, Docker, SQL Editor, Tables, Schema, Migrations, Roles, Backups, Git, Deploy, Security, Monitoring, and more
  • AI-Powered DB Studio — Supabase-style database management with Claude/Codex SQL generation, security audits, and backup strategy analysis
  • Docker Management — 27 native Docker Engine API endpoints, container lifecycle, logs, stats, connection wizard
  • BYOK AI — Bring Your Own Key model. Install Claude CLI or Codex on your server. Zero AI cost for Bulwark.
  • Dimension Dark Theme — Glass morphism with cyan/orange signal system
  • 4 npm dependencies — Express, Socket.IO, pg, node-pty (+ multer)
  • RBAC + Audit Logging — Admin/editor/viewer roles on all API routes
  • AES-256-GCM Credential Vault — Encrypted secret storage
  • Real-time Monitoring — CPU, memory, disk via Socket.IO (3s refresh)

Links