No description
- Swift 99.4%
- Shell 0.5%
|
Some checks are pending
Checks / Checks (push) Waiting to run
Fix git.diff to resolve hints per-file (untracked-safe, no patch concatenation) and surface checkout/cherryPick/revert, tags, remote branches, PR checkout, and worktree switch that the dropped git UI used but never exposed. |
||
|---|---|---|
| .github | ||
| .swiftpm/xcode/xcshareddata/xcschemes | ||
| assets | ||
| docs | ||
| GhosttyKit | ||
| Muxy | ||
| MuxyExtensionHost | ||
| MuxyServer | ||
| MuxyShared | ||
| scripts | ||
| Tests/MuxyTests | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .swiftformat | ||
| .swiftlint.yml | ||
| .tool-versions | ||
| AGENTS.md | ||
| BETA_VERSION | ||
| CLAUDE.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Package.resolved | ||
| Package.swift | ||
| PRIVACY.md | ||
| README.md | ||
| SECURITY.md | ||
| skills-lock.json | ||
Muxy
Lightweight and Memory efficient terminal for Mac built with SwiftUI and libghostty.
Vision
Lightweight terminal that has a rich API for extensions
Screenshots
Features
- Project-based workflow
- Project groups
- Vertical tabs
- Split panes
- Git worktrees
- Diff viewer (unified & split)
- File tree
- Quick open & command palette
- Text editor with syntax highlighting
- Markdown & HTML preview (with Mermaid diagrams)
- Image viewer
- Extensions
- IDE integration
- Mobile companion apps (iOS & Android)
- Rich input panel with image attachments
- Voice input
- Notifications (in-app & native macOS)
- 490+ themes
- 60+ customizable shortcuts
- Workspace & session persistence
- In-terminal search
- Navigation history
- Drag and drop
- Project icons
- Auto-updates
Requirements
- macOS 14+
- Swift 6.0+
ghinstalled (optional for PR management)
Install
Homebrew
brew tap muxy-app/tap
brew install --cask muxy
Manual
Download the latest release from the releases page
iOS
Android
Local Development
scripts/setup.sh # downloads GhosttyKit.xcframework
swift build # debug build
swift run Muxy # run