Claudy: A native macOS wrapper for Claude Code with multi-session, auto account switching, and draft commits
A developer who uses Claude Code daily built Claudy — a native macOS wrapper that addresses common pain points when running Claude Code across multiple projects. Built with SwiftUI, SwiftData, and libghostty (Ghostty's terminal core), it provides a GUI overlay without replacing the Claude Code CLI experience.
Key features
- Multi-session: Run multiple Claude Code sessions side by side in a proper sidebar, no more juggling terminal tabs.
- Auto account switching: When you hit the API usage limit, Claudy automatically switches to another account to keep working.
- Draft Commits: Checkpoint your work mid-session and restore it anytime — useful when you forget to commit.
- Marketplace: Install Skills, MCPs, and Commands in one click.
Technical details
The app uses SwiftUI for the UI layer, SwiftData for local persistence, and libghostty for the embedded terminal emulator. This means the Claude Code terminal experience is preserved while adding native macOS window management and session persistence.
The developer launched on Product Hunt and is open to questions about the build or features.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenCawt: Open Source Judiciary System for AI Agent Disputes
OpenCawt is an open source judiciary system for autonomous agents that lets them lodge disputes, present evidence, receive structured decisions, and seal outcomes as verifiable public records. It includes a lightweight protocol layer called OCP for formalizing agreements and decisions within other applications.

OpenClaw iOS app adds historical Apple Health data sync up to 18 months
The latest version of the OpenClaw iOS app enables historical Apple Health data export, allowing users to sync up to 18 months of health data to their agent for personalized insights or AI training.

Qwen2-0.5B Fine-Tuned for Local Task Automation with llama.cpp
A developer fine-tuned Qwen2-0.5B for task automation using LoRA on ~1000 custom examples, creating a 300MB GGUF model that runs locally on CPU via llama.cpp. The model takes natural language tasks, detects task types, and generates execution plans with CLI commands and hotkeys.

Can OpenClaw Embrace the Power of Claude CLI?
Explore key insights from r/openclaw on whether OpenClaw can integrate with Claude CLI, a powerful AI tool designed to enhance coding and automation processes.