|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>orbitshell.desktop</id> |
| 4 | + <metadata_license>CC0-1.0</metadata_license> |
| 5 | + <project_license>MIT</project_license> |
| 6 | + <name>OrbitShell</name> |
| 7 | + <summary>Modern block-based terminal UI</summary> |
| 8 | + <developer_name>Carlos Miguel</developer_name> |
| 9 | + <launchable type="desktop-id">orbitshell.desktop</launchable> |
| 10 | + <url type="homepage">https://carlos-miguel.dev</url> |
| 11 | + <url type="bugtracker">https://github.com/solrachix/OrbitShell/issues</url> |
| 12 | + <url type="vcs-browser">https://github.com/solrachix/OrbitShell</url> |
| 13 | + <description> |
| 14 | + <p>OrbitShell is a local-first desktop terminal experience built with Rust and GPUI.</p> |
| 15 | + <p>It combines block-based command output, project-oriented navigation, inline file previews, and ACP/MCP surfaces in a single workspace UI.</p> |
| 16 | + <ul> |
| 17 | + <li>Block-based terminal output with command history context</li> |
| 18 | + <li>Sidebar explorer, search, and git views for local workspaces</li> |
| 19 | + <li>Inline previews for text, markdown, and images inside the workspace</li> |
| 20 | + <li>Settings, ACP Registry, and MCP server surfaces in-app</li> |
| 21 | + </ul> |
| 22 | + </description> |
| 23 | + <categories> |
| 24 | + <category>Development</category> |
| 25 | + <category>Utility</category> |
| 26 | + <category>TerminalEmulator</category> |
| 27 | + </categories> |
| 28 | + <screenshots> |
| 29 | + <screenshot type="default"> |
| 30 | + <caption>Welcome screen with recent projects and quick actions</caption> |
| 31 | + <image>https://raw.githubusercontent.com/solrachix/OrbitShell/main/assets/screenshots/welcome.png</image> |
| 32 | + </screenshot> |
| 33 | + <screenshot> |
| 34 | + <caption>Workspace view with sidebar, file preview, and terminal split</caption> |
| 35 | + <image>https://raw.githubusercontent.com/solrachix/OrbitShell/main/assets/screenshots/workspace.png</image> |
| 36 | + </screenshot> |
| 37 | + <screenshot> |
| 38 | + <caption>Settings screens for appearance and distribution metadata</caption> |
| 39 | + <image>https://raw.githubusercontent.com/solrachix/OrbitShell/main/assets/screenshots/settings.png</image> |
| 40 | + </screenshot> |
| 41 | + </screenshots> |
| 42 | + <content_rating type="oars-1.1" /> |
| 43 | +</component> |
0 commit comments