{"id":49753457,"url":"https://github.com/flplima/tmuxy","last_synced_at":"2026-05-16T22:01:38.563Z","repository":{"id":339924702,"uuid":"1129147882","full_name":"flplima/tmuxy","owner":"flplima","description":"The missing tmux GUI. Not a terminal emulator.","archived":false,"fork":false,"pushed_at":"2026-05-10T13:27:02.000Z","size":5077,"stargazers_count":31,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-10T15:12:23.967Z","etag":null,"topics":["terminal","terminal-emulator","tmux"],"latest_commit_sha":null,"homepage":"http://tmuxy.sh/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flplima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-06T17:11:30.000Z","updated_at":"2026-05-10T13:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/flplima/tmuxy","commit_stats":null,"previous_names":["flplima/tmuxy"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/flplima/tmuxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flplima%2Ftmuxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flplima%2Ftmuxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flplima%2Ftmuxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flplima%2Ftmuxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flplima","download_url":"https://codeload.github.com/flplima/tmuxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flplima%2Ftmuxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["terminal","terminal-emulator","tmux"],"created_at":"2026-05-10T15:07:54.879Z","updated_at":"2026-05-16T22:01:38.557Z","avatar_url":"https://github.com/flplima.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e *This project is under active development. Not ready for production. See [docs/SECURITY.md](docs/SECURITY.md).*\n\n# tmuxy\n\nThe missing tmux GUI you didn't know you needed.\n\n![tmuxy](https://github.com/user-attachments/assets/1e65bc85-8f6a-4771-95e3-83684531d879)\n\n## why?\n\ntmux is the best tool for agent-driven development, but it lacks a good UX.\n**tmuxy** fixes that by adding an interface layer with a smoother UX on top of tmux, accessible from anywhere.\n\n- **Agent-friendly**: AI agents already love tmux. Why create a new tool? Instead, tmuxy offers a better UI to watch them in their work.\n- **Beginner-friendly**: Do you know what `\u003cprefix\u003e %` does? Me neither! tmuxy won't judge you for using the mouse and the system menus.\n- **Mobile-friendly**: Combines the tmux power of detachable sessions with the convenience of the browser. Start something on your laptop, pick it up from your phone. No app required. (but a VPN is highly recommended)\n- **Web-friendly**: Built on web technologies to unlock richer interfaces. Pane group tabs, pane floats, image rendering, markdown preview, while behind the scenes it's still tmux!\n\n## how it works\n\nA Rust backend connects to tmux via [control mode](https://github.com/tmux/tmux/wiki/Control-Mode) and streams the terminal state to the frontend.\n\nThere are two ways to use tmuxy: the **Web App mode** and the **Desktop App mode**.\nIn the web app, communication happens via HTTP/SSE. It is fast, I promise you. But it's even faster if you use the desktop app (built with Tauri), that skips the network layer and talks to the same Rust core through IPC.\n\n\n```\n       ┌──────────────┐\n       │     tmux     │\n       │(control mode)│\n       └──────┬───────┘\n              │\n       ┌──────▼───────┐\n       │ rust backend │\n       └─┬──────────┬─┘\n       HTTP        IPC\n         │          │\n  ┌──────▼────┐ ┌───▼───────┐\n  │  browser  │ │ tauri app │\n  └───────────┘ └───────────┘\n```\n\n## install (macOS)\n\n```bash\nbrew install --cask flplima/tap/tmuxy\n```\n\nThe desktop app is unsigned (no Apple Developer subscription), so the\ncask runs `xattr -dr com.apple.quarantine /Applications/tmuxy.app`\nautomatically on install to skip the macOS Sequoia\n\"Apple could not verify…\" dialog.\n\nIf you grabbed the DMG directly from the [Releases page](https://github.com/flplima/tmuxy/releases) instead, run that yourself before launching:\n\n```bash\nxattr -dr com.apple.quarantine /Applications/tmuxy.app\n```\n\n## getting started (development)\n\n```bash\ngit clone github.com/flplima/tmuxy.git\ncd tmuxy\nnpm run devcontainer\n# I strongly recommend using the devcontainer, unless you don't mind\n# messing with your host tmux sessions while vibe coding\n\n# From here, ask your AI agent for help.\n# Good luck!\n```\n\n## license\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflplima%2Ftmuxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflplima%2Ftmuxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflplima%2Ftmuxy/lists"}