Skip to main content
sincronizado is a hyper-local development stack that combines local file editing with remote AI execution.

What it is

Edit locally (VS Code / JetBrains). Run AI + heavy execution on a VPS. Keep latency low. Keep compute high.

Key features

  • Local-first development
  • Remote AI execution (OpenCode or Claude Code)
  • Zero-lag sync: file sync completes in <500ms via Mutagen
  • Mobile access via Agent-OS (web) or Kimaki (Discord)
  • Interactive installer (TUI)
  • Tiered installation: minimal / standard / full / custom
  • AI agent selection: --agent=opencode (default) or --agent=claude
  • SSH MCP server for AI-powered VPS management

Install

Requires Bun to be installed.
# Clone and run directly
git clone https://github.com/microck/sincronizado.git
cd sincronizado/installer
bun install
bun run src/index.tsx
Or use the install scripts (no TUI):
# Quick install without TUI
curl -fsSL https://sincronizado.micr.dev/install.sh | bash
TUI features:
  • Interactive mode and agent selection
  • One-click shell alias - type “opencode” from anywhere
  • OpenSync integration - track all sessions and costs
  • Automatic VPS configuration

One-liner

# With OpenCode (default)
curl -fsSL https://sincronizado.micr.dev/install.sh | bash

# With Claude Code
curl -fsSL https://sincronizado.micr.dev/install.sh | bash -s -- --agent=claude

Help