{"id":43869997,"url":"https://github.com/cbabil/tomo","last_synced_at":"2026-04-01T18:48:51.341Z","repository":{"id":344283360,"uuid":"1175537100","full_name":"cbabil/tomo","owner":"cbabil","description":"Self-hosted app platform with a desktop-in-browser experience","archived":false,"fork":false,"pushed_at":"2026-03-28T14:40:54.000Z","size":10457,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T17:09:23.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbabil.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":null,"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-03-07T21:02:52.000Z","updated_at":"2026-03-28T14:40:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cbabil/tomo","commit_stats":null,"previous_names":["cbabil/tomo"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/cbabil/tomo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Ftomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Ftomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Ftomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Ftomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbabil","download_url":"https://codeload.github.com/cbabil/tomo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Ftomo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["dashboard","homelab","infrastructure","self-hosted","server-management"],"created_at":"2026-02-06T14:25:50.280Z","updated_at":"2026-04-01T18:48:51.328Z","avatar_url":"https://github.com/cbabil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eTomo\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eSelf-hosted app platform with a desktop-in-browser experience\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.0.46-9146FF\" alt=\"Version\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/typescript-5.7+-3178C6?logo=typescript\u0026logoColor=white\" alt=\"TypeScript\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/react-19-61DAFB?logo=react\u0026logoColor=white\" alt=\"React 19\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/docker-required-2496ED?logo=docker\u0026logoColor=white\" alt=\"Docker\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-proprietary-red\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n---\n\nInstall apps with one click, manage everything from a beautiful desktop interface — right in your browser. Powered by the Umbrel app store (300+ apps), plus support for custom Docker apps and external service shortcuts.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/06-desktop.png\" width=\"800\" alt=\"Tomo Desktop\"\u003e\n\u003c/p\u003e\n\n## Quick Start\n\nDownload the `.deb` package for your architecture from the [latest release](https://github.com/cbabil/tomo/releases/latest), then install it:\n\n```bash\nsudo apt install ./tomo_0.0.46_amd64.deb   # x86_64\n# or\nsudo apt install ./tomo_0.0.46_arm64.deb   # ARM64 (Raspberry Pi, etc.)\n```\n\nThen open `http://your-server-ip` in your browser (default port 80).\n\n\u003e **Note:** Requires a Debian-based Linux system with root access. Docker and Node.js are installed automatically if not present.\n\n## Development\n\n### Prerequisites\n\n| Tool | Version | Install |\n|------|---------|---------|\n| **Bun** | latest | `curl -fsSL https://bun.sh/install \\| bash` |\n| **Node.js** | 22+ | [nodejs.org](https://nodejs.org) |\n| **Docker** | 20.10+ | [docs.docker.com](https://docs.docker.com/get-docker/) |\n\n### Setup\n\n```bash\ngit clone https://github.com/cbabil/tomo.git\ncd tomo\nmake setup    # installs deps, creates .env and data directory\nmake dev      # starts tomod (port 3001) + ui (port 5173)\n```\n\nOpen `http://localhost:5173` in your browser.\n\nEdit `.env` to change ports, data directory, or log level. See `.env.example` for all available options.\n\n### Available Commands\n\nRun `make help` for the full list. Key targets:\n\n| Command | Description |\n|---------|-------------|\n| `make setup` | Install all dependencies |\n| `make dev` | Run tomod + ui in parallel |\n| `make build` | Production build |\n| `make test` | Run all tests |\n| `make lint` | Lint all packages |\n| `make typecheck` | Type check all packages |\n| `make docker-build-proxy` | Build the app-proxy Docker image |\n| `make deb` | Build .deb package (amd64) |\n\n## Custom Apps\n\nBeyond the Umbrel app store, Tomo supports two additional ways to add apps:\n\n- **Custom Docker App** — Provide a Docker image + port (or a full `docker-compose.yml`). Tomo manages the container lifecycle, Traefik routing, and desktop integration.\n- **External Service Shortcut** — Point to an already-running service URL. It appears on the desktop and opens in a new tab when clicked.\n\nClick the **+** button in the App Store to get started. Both types appear alongside store apps and are manageable via right-click context menu.\n\n## Project Structure\n\n```\ntomo/\n├── packages/\n│   ├── tomod/            # Node.js daemon (Express + tRPC)\n│   └── ui/               # React 19 desktop shell (Vite + MUI)\n├── containers/\n│   └── app-proxy/        # Auth proxy sidecar\n├── scripts/\n│   └── install.sh        # One-liner installer\n├── docker/\n│   └── docker-compose.yml\n├── .env.example          # Environment variable reference\n└── package.json          # Bun workspaces\n```\n\n## License\n\nProprietary — All rights reserved. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Ftomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbabil%2Ftomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Ftomo/lists"}