Hangar — one cockpit for every project. Editor, terminal, Claude, Git, Run, Deploy, FTP and cPanel, one bay per project.
Install
- Download Hangar-macOS-arm64.zip below and unzip it.
- Move Hangar.app to your Applications folder.
- First launch: right-click the app → Open (the build is unsigned, so a normal double-click shows a Gatekeeper warning — right-click → Open gets past it once).
Requirements
- macOS on Apple Silicon (M1 or newer)
- Node.js installed (
brew install node) - code-server for the Editor tab (
brew install code-server)
Everything runs locally on 127.0.0.1 — nothing leaves your Mac.
Prefer to build from source?
git clone https://github.com/wkpdd/hangar.git
cd hangar && npm install && npm start
Made by h47.io · MIT licensed