hyperclay
Hyperclay Local

A desktop app for running malleable HTML files locally.

🛠️

Build Without Limits

Self-contained malleable HTML files. No frameworks needed. Just HTML, CSS, and JavaScript.

💾

Your Apps, Your Computer

Everything runs locally. No cloud dependencies. Perfect for sensitive projects.

🍄

Zero Friction

One click starts your server. No build steps. Edit and refresh instantly.

🌍

Cross-Platform

Works on macOS, Windows, and Linux. Share apps with anyone.

Why Use Hyperclay Local?

While hyperclay.com provides the full hosted experience with user accounts, version history, and collaboration features, this local server lets you:

Quick Start

For Users (Download Pre-built App)

  1. Download the app for your platform:
  2. Install and run the app
  3. Select your folder containing malleable HTML files
  4. Click "Start Server"
  5. Browser opens automatically to your apps!

For Developers (Build from Source)

📦 GitHub Repository

# 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

How It Works

Server Integration

The app runs an embedded Express.js server (same as the Node.js version) with:

User Interface

Main Window

  • Header with app name and server status indicator
  • Visual folder picker with current selection display
  • Start/stop buttons and browser launcher
  • Server URL and folder path when running
  • Step-by-step usage guide
  • Links to Hyperclay.com and documentation

System Tray

  • Status indicator: Green (running) / Red (stopped)
  • Quick actions: Start/stop server, show/hide window
  • Background operation: App continues running when window closed

Keyboard Shortcuts

  • Cmd/Ctrl + O Select folder
  • Cmd/Ctrl + R Start server
  • Cmd/Ctrl + S Stop server
  • Cmd/Ctrl + W Close window (app stays in tray)
  • Cmd/Ctrl + Q Quit app (macOS only)

Security Features

Troubleshooting

Installation Issues

macOS "App is damaged" error

xattr -cr "/Applications/Hyperclay Local.app"

Windows SmartScreen warning

Click "More info" → "Run anyway" (This happens because the app isn't code-signed)

Linux permission denied

chmod +x HyperclayLocal-1.8.0.AppImage

Runtime Issues

Port 4321 already in use

  • The app will show an error dialog
  • Kill any existing process using the port
  • Or wait for the existing process to terminate

Server won't start

  • Check the folder contains some files
  • Ensure folder path doesn't contain special characters
  • Try selecting the folder again

Links & Resources

Made with ❤️ for Hyperclay - The platform for malleable HTML files

HyperclayJS

DOM library for malleable HTML files

Hyperclay Local

Desktop app for local development

© 2026 Hyperspace Systems LLC