Analysis updated 2026-05-18
Launch Claude Code or Codex automatically when you open an Xcode project.
Run multiple AI coding sessions in tabs without leaving your MacBook's notch.
Save a Git checkpoint before letting an AI agent edit your code.
| bones7456/notchy | deerspotter/chatgpt-webview | aydahnizzy/calendar-drag-interaction | |
|---|---|---|---|
| Stars | 3 | 3 | 4 |
| Language | Swift | Swift | Swift |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a MacBook with a notch for the notch features, the menu bar still works without one.
Notchy is a small macOS menu bar app that turns the notch on your MacBook screen into a shortcut for running AI coding assistants. Instead of switching to a terminal window, you hover over the notch or click a menu bar icon, and a floating terminal panel appears with a session already connected to your project. The app automatically looks at the Xcode projects you have open and figures out which folder to work in. If that project has a CLAUDE.md file, Notchy starts Claude Code for you. If it has an AGENTS.md file instead, it starts Codex. You can also open several sessions at once and switch between them as tabs, so you could have more than one project or more than one assistant running side by side. While an assistant is working, the notch itself shows a small animated status pill that tells you whether it is thinking, waiting for input, or finished, so you do not have to keep the terminal window in view to know what is happening. There is also a Git checkpoint shortcut, Cmd+S, that saves a snapshot of your project before the assistant makes any changes, giving you an easy point to go back to if something goes wrong. This project is a community-maintained continuation of an earlier app by Adam Lyttle, who is no longer updating the original. The current maintainer, bones7456, keeps it alive and adds small fixes on top of that original work. To use it you need a Mac running macOS 15.6 or later. The notch features need a MacBook that actually has a notch, though the regular menu bar functions still work without one. You can install it by downloading a signed and notarized build from the Releases page, either as a drag-and-drop installer or as a plain app file, or you can build it yourself from source in Xcode. It relies on a small terminal-emulator library called SwiftTerm to render the embedded sessions. The project is released under the MIT license.
A macOS menu bar app that puts Claude Code or Codex into your MacBook's notch, launching an AI coding session for whichever Xcode project you have open.
Mainly Swift. The stack also includes Swift, Xcode, SwiftTerm.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.