Skip to main content

Tools — Maquina

Developer utilities for your local environment. Menu bar apps, CLI tools, and workflow helpers.

Developer utilities for your local environment. Menu bar apps for managing databases, CLI tools for workflow automation, and helpers that make development easier.


Available Tools


Redis Menu and Mongo Menu are native macOS applications that sit in your menu bar. They provide:

  • One-click start/stop controls
  • Visual status indicators
  • Custom configuration options
  • Auto-start and launch at login
  • Bundled database binaries (no separate installation needed)

Requirements

Both menu bar apps require:

  • macOS 15.0 (Sequoia) or later
  • Xcode 16.0 or later (for building from source)

CLI Tools

Git Continuity

Transfer work-in-progress between machines without committing to git history. Perfect for moving unfinished work between office and home.

# On your work machine
git continuity push

# On your home machine
git continuity pull

Your uncommitted changes, staged files, and untracked files are transferred without polluting your git history.