Christian-Katzmann

A Claude Code + Codex skill that turns a local project into a macOS Dock-launchable app — native window, its own icon, no Electron. [The Windows version is in BETA]

64
3
89% credibility
Found May 31, 2026 at 64 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Shell
AI Summary

app-it is a plugin for AI coding assistants (Claude Code and Codex) that transforms any local web project into a native macOS application. Instead of rewriting your project or using Electron, it wraps your existing development setup — the same dev server you already run — into a proper Mac app bundle with its own Dock icon and native window. You simply ask your assistant to 'appify' your project, and it handles everything: inspecting your project type, picking the right launcher strategy, building the app bundle, and installing it to your Dock. The result is a clickable app that starts your dev server, opens a native window, and quits cleanly — all without adding runtime dependencies or touching your source code.

How It Works

1
💻 You have a web project you love

You built something in a browser — a dashboard, a design tool, a personal app — and you want it to feel like a real program on your Mac.

2
🤖 You ask your AI assistant for help

You open Claude Code or Codex and say something natural like 'make this clickable from my Dock' or 'turn this into a real app'.

3
Your assistant builds a native app around your project

It reads your project from your own computer, picks the right way to wrap it, and creates a proper Mac app with its own icon and window.

4
Two paths to launch
🍎
Native window (most projects)

A clean, fast Mac window that owns its Dock icon and opens in under a second.

🌐
Chrome window (special features)

A Chrome-based window for apps that need advanced browser capabilities.

5
📦 You install it to your Dock

The app lands in your Applications folder. Drag the folder to your Dock once, and every future appified project appears there automatically.

6
🚀 One click launches everything

Double-click the icon in your Dock — your dev server starts up, the window opens, and your app is ready to use.

🎉 Your project lives on your Dock like a real app

It has its own icon, its own window, and quits cleanly when you're done — no terminal window, no extra steps.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 64 to 64 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is app-it?

App-it is a plugin for Claude Code and Codex that transforms any local web project into a native macOS application. Instead of keeping a terminal tab open or using Electron, it wraps your existing dev server (Vite, Next.js, or a simple node script) into a real `.app` bundle with its own Dock icon, native window, and proper macOS lifecycle. The core is a Swift WebKit shell that loads your localhost URL, so you get a native window without rewriting anything. Closing with the red X leaves the server warm for fast relaunches; Cmd+Q stops everything and frees the port. A Chrome fallback path exists for apps that need Chromium-only APIs like File System Access.

Why is it gaining traction?

The hook is simple: you already have a web project you love, and now you want it to behave like a real macOS app without a rewrite. App-it delivers that by wrapping your existing workflow rather than replacing it. The Dock icon stays yours (not Chrome's), startup is fast, and the lifecycle is correct. It handles the messy details—port allocation, process tree cleanup, icon generation, ad-hoc signing—so you just type `/app-it` and get an app. The Windows version is honest about its beta status, which builds trust.

Who should use this?

macOS developers who maintain local web projects and want one-click launch from the Dock. Frontend devs tired of hunting terminal tabs. Teams with internal tools that run on `localhost` and want a cleaner workflow. Not for shipping to end users—no notarization or auto-update here. If you want a personal launcher for your own projects, this is purpose-built for that.

Verdict

At 64 stars, this is a niche tool with a clear purpose and solid execution. The credibility score of 0.9% reflects its small community, but the documentation is thorough and the templates are battle-tested. The macOS implementation is production-ready; the Windows beta needs real hardware testing before relying on it. If you want native macOS apps from existing web projects without Electron, app-it is the most straightforward path available.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.