No description
  • Swift 99.4%
  • Shell 0.5%
Find a file
Saeed Vaziry 28ee8854b2
Some checks are pending
Checks / Checks (push) Waiting to run
Expose remaining git operations to the muxy.git API (#654)
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.
2026-06-03 13:23:33 +02:00
.github Upload release dSYMs to Sentry (#511) 2026-05-22 13:19:00 +02:00
.swiftpm/xcode/xcshareddata/xcschemes Add mobile app foundation (#157) 2026-04-17 13:18:52 +02:00
assets add svg logo 2026-04-26 12:37:14 +02:00
docs Expose remaining git operations to the muxy.git API (#654) 2026-06-03 13:23:33 +02:00
GhosttyKit setup 2026-04-01 21:28:20 +02:00
Muxy Expose remaining git operations to the muxy.git API (#654) 2026-06-03 13:23:33 +02:00
MuxyExtensionHost Exit extension host when parent process dies (#646) 2026-06-02 21:38:47 +02:00
MuxyServer Extensions can serve a remote API to the mobile app (#635) 2026-06-01 19:48:27 +02:00
MuxyShared Drop git UI, expose unified git as extension API (#647) 2026-06-03 00:05:43 +02:00
scripts Remove built-in Find in Files (ripgrep) feature (#650) 2026-06-03 01:13:08 +02:00
Tests/MuxyTests Remove built-in Find in Files (ripgrep) feature (#650) 2026-06-03 01:13:08 +02:00
.env.example Add opt-in anonymous Sentry crash reporting (#396) 2026-05-09 13:36:25 +02:00
.gitattributes Feat/markdown anchor sync plan (#216) 2026-04-25 12:31:52 +02:00
.gitignore Remove built-in Find in Files (ripgrep) feature (#650) 2026-06-03 01:13:08 +02:00
.swiftformat fix workflow 2026-04-03 00:50:21 +02:00
.swiftlint.yml fix workflow 2026-04-03 00:50:21 +02:00
.tool-versions Fix dropped text not rendering until next user event (#340) 2026-05-04 12:22:46 +02:00
AGENTS.md Update .gitignore 2026-04-13 18:39:16 +02:00
BETA_VERSION Bump BETA_VERSION to 0.29.0 2026-05-22 13:57:53 +00:00
CLAUDE.md Emit file.changed event to extensions on watched file changes (#641) 2026-06-02 09:27:39 +02:00
CODE_OF_CONDUCT.md Update contact email for reporting behavior issues 2026-04-04 18:53:48 +02:00
CONTRIBUTING.md Move mobile app to a separate repo (#321) 2026-05-02 13:50:59 +02:00
LICENSE readme 2026-04-02 00:24:15 +02:00
Package.resolved Add opt-in anonymous Sentry crash reporting (#396) 2026-05-09 13:36:25 +02:00
Package.swift Remove built-in Find in Files (ripgrep) feature (#650) 2026-06-03 01:13:08 +02:00
PRIVACY.md Add privacy for app store 2026-04-27 18:06:56 +02:00
README.md Remove built-in Find in Files (ripgrep) feature (#650) 2026-06-03 01:13:08 +02:00
SECURITY.md Update docs and git status 2026-04-04 18:51:30 +02:00
skills-lock.json set skills 2026-03-31 18:12:49 +02:00

Muxy

Muxy

Lightweight and Memory efficient terminal for Mac built with SwiftUI and libghostty.

Mac | iOS | Android | Discord

Vision

Lightweight terminal that has a rich API for extensions

Screenshots

image

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+
  • gh installed (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

Instructions

Android

Instructions

Local Development

scripts/setup.sh          # downloads GhosttyKit.xcframework
swift build               # debug build
swift run Muxy             # run

License

MIT