Skip to content

Hangar v1.0.0

Latest

Choose a tag to compare

@wkpdd wkpdd released this 23 Jul 10:54

Hangar — one cockpit for every project. Editor, terminal, Claude, Git, Run, Deploy, FTP and cPanel, one bay per project.

Install

  1. Download Hangar-macOS-arm64.zip below and unzip it.
  2. Move Hangar.app to your Applications folder.
  3. 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