{"id":45375824,"url":"https://github.com/miifrommera/boxxy","last_synced_at":"2026-04-05T13:02:09.927Z","repository":{"id":339429711,"uuid":"1161835398","full_name":"miifrommera/boxxy","owner":"miifrommera","description":"Stupid Linux Terminal","archived":false,"fork":false,"pushed_at":"2026-04-01T22:06:03.000Z","size":1293,"stargazers_count":62,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-02T02:39:22.169Z","etag":null,"topics":["claw","gtk","linux","llm","ollama","rust","terminal"],"latest_commit_sha":null,"homepage":"https://boxxy.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miifrommera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-19T15:16:29.000Z","updated_at":"2026-04-01T21:56:50.000Z","dependencies_parsed_at":"2026-02-24T20:01:17.376Z","dependency_job_id":null,"html_url":"https://github.com/miifrommera/boxxy","commit_stats":null,"previous_names":["miifrommera/boxxy"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/miifrommera/boxxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miifrommera%2Fboxxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miifrommera%2Fboxxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miifrommera%2Fboxxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miifrommera%2Fboxxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miifrommera","download_url":"https://codeload.github.com/miifrommera/boxxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miifrommera%2Fboxxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31436301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"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":["claw","gtk","linux","llm","ollama","rust","terminal"],"created_at":"2026-02-21T16:26:42.194Z","updated_at":"2026-04-05T13:02:09.906Z","avatar_url":"https://github.com/miifrommera.png","language":"Rust","readme":"\nBoxxy is the ONLY app you'll ever need ..but, yeah, it does look like a Linux Terminal :p\n\n![Boxxy](https://i.imgur.com/NlKIIpP.png)\n\n## Getting Started\n\nRead the [Getting Started](https://boxxy.dev/getting-started/) and check news on [Releases](https://github.com/miifrommera/boxxy/releases)\n\n---\n\n## Features\nBoxxy is currently in early preview, but it does have most of the things you expect from a terminal:\n\n- Split panes with softswap\n- Bookmarks\n- Preview images and videos (via GTK popover)\n- AI Chat\n- Integrated Self Improving Claw 🦀\n- Search\n- Support images with Kitty Graphics Protocol\n- Command Palette\n- Themes\n- And some more! \n\n---\n\n## Installation\n\n### Native\n\nNightly builds. It supports automatic updates from within the app. If self-updates fail, you can update by rerunning the installation script\n```bash\ncurl -sSf https://raw.githubusercontent.com/miifrommera/boxxy/main/scripts/install.sh | sh\n```\nRequires GTK 4.22, libAdwaita 1.9; aarch64 not currently supported because of the very slow builds, open an issue if you need it.\n\n### Flatpak\n\nStable builds. Flathub submission [closed.](https://github.com/flathub/flathub/pull/8235)\n```bash\ncurl -O https://miifrommera.github.io/boxxy-flatpak-remote/boxxy.gpg \u0026\u0026 \\\n  flatpak remote-add --user --if-not-exists --gpg-import=boxxy.gpg \\\n  boxxy https://miifrommera.github.io/boxxy-flatpak-remote/repo \u0026\u0026 \\\n  flatpak install --user boxxy dev.boxxy.BoxxyTerminal\n```\n\n---\n\n## Not Yet Another Terminal Emulator\nWhile Boxxy is more than capable of running your Linux commands, that's not her primary goal; Boxxy is specifically designed to integrate `boxxy-claw`, a super fast [OpenClaw](https://github.com/openclaw/openclaw) agent, similar to [ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw) with a very tight integration with the Linux terminal and your Linux system.\n\nAlso Boxxy is **made to be fun!** There is a `Characters` feature planned with community plugins that will be able to change the AI personality, and AI voice (with voice cloning).\n\nBoxxy has 4 major components:\n\n- `boxxy-app`: The UI\n- `boxxy-agent`: The privileged agent that runs outside the sandbox. It is responsible for bypassing Flatpak limitations, managing your PTY and host processes, and securely piping that data back to the UI.\n- `boxxy-vte`: A headless, modern VTE written in pure Rust\n- `boxxy-claw`: The agentic part of Boxxy; The original reason Boxxy was created :p\n\n---\n\n## Development\n\nSee [Development](https://boxxy.dev/development)\n\n---\n\n## Common Issues\nBoxxy has very little use in the wild yet, so it won't **really** be a surprise to discover stupid bugs. But most particularly you will face 4 kinds:\n\n- **APP:** Typical UI bugs; Also clear (or backup) the current configuration, as Boxxy  while in Preview doesn't automatically handle settings migrations for newer versions. \n\n- **VTE:** Some feature in VTE doesn't work correctly, some CLI app is broken? Please, if possible, compare with [Ghostty](https://github.com/ghostty-org/ghostty) which has very solid mechanics\n\n- **SESSION:** Boxxy might fail to read environment variables; 100% that's an issue on Flatpak builds and in `boxxy-agent`\n\n- **CLAW:** If you use Ollama models, if possible, please re-test a behavior at least with Gemini Flash Lite with \"Low\" thinking level; \n\n---\n\n## Roadmap\n - **Voice.** Speech to Text, Text to Speech \n - **Characters.** Add characters with voice cloning\n - **Boxxy Marketplace.** A repo that hosts community skills and characters\n - **Cloud Backend and Sync.** That's only a maybe\n\n--- \n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiifrommera%2Fboxxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiifrommera%2Fboxxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiifrommera%2Fboxxy/lists"}