A desktop app for running HTML apps locally.
Self-contained HTML apps. No frameworks needed. Just HTML, CSS, and JavaScript.
Everything runs locally. No cloud dependencies. Perfect for sensitive projects.
One click starts your server. No build steps. Edit and refresh instantly.
Works on macOS, Windows, and Linux. Share apps with anyone.
While hyperclay.com provides the full hosted experience with user accounts, version history, and collaboration features, this local server lets you:
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for all platforms
npm run build-all
# Build for specific platform
npm run build-mac # macOS
npm run build-windows # Windows
npm run build-linux # Linux
The app runs an embedded Express.js server (same as the Node.js version) with:
/save/:name
endpoint for app self-savingxattr -cr "/Applications/Hyperclay Local.app"
Click "More info" → "Run anyway" (This happens because the app isn't code-signed)
chmod +x Hyperclay-Local-1.0.0.AppImage
Made with ❤️ for Hyperclay - The platform for malleable HTML applications