Get Started with Megas

Install Megas on your devices.

Equip your development workflow with the Megas closed-source suite. Set up the Android mobile application for real-time orchestrations and run the Megas CLI runner locally in your terminal.

Mobile App

Android Application

Connect and control your coding agents from anywhere. Watch context builds, approve agent proposals, and trigger code edits directly from your phone.

Interactive shared context dashboards
Real-time voice and audio alignment calls
Secure push approval waves for code edits
Terminal Daemon

Megas CLI

The local execution runner that pairs your local workspace folder context with the remote orchestrator securely. Runs outbound behind firewalls and VPNs.

Windows (PowerShell)
irm https://megasmoves.io/install.ps1 | iex
macOS & Linux (Bash)
curl -fsSL https://megasmoves.io/install.sh | bash

Security Jailed Outbound-Only Architecture

The Megas CLI does not bind to local ports or require incoming firewall rules. It initiates secure outbound WebSockets directly to the Megas server and only reads or runs code in directories whitelisted via the megas allow command.