Mora Desktop IDE Guide
Mora Desktop is a professional, autonomous developer environment built from the ground up for cognitive code refactoring and AST-level compilation diagnostics.
System Architecture Overview
Unlike standard editors that rely on primitive auto-complete models, Mora Desktop orchestrates recursive multi-agent reasoning cycles directly inside a secure sandbox to refactor code trees safely without breaking builds.
1. Workspace Provisioning & Installation
Download the client bundle
Grab the stable package matching your desktop operating system:
Import a Local Workspace
Upon launch, click File > Open Folder and target your project root. Mora will automatically spin up background semantic indexing cycles to build a complete mental map of your codebase.
Launch Autonomous Agents
Click the Zap icon in the sidebar or press Cmd + Shift + P to pull up the agent command console. Type instructions like "refactor auth module using async secure hashes" and watch the agent generate safe, multi-file code diffs.