{"id":33346884,"url":"https://github.com/lichon/rustdesk-web-ts","last_synced_at":"2026-06-09T03:43:27.962Z","repository":{"id":325226545,"uuid":"1099635952","full_name":"lichon/rustdesk-web-ts","owner":"lichon","description":"rustdesk web terminal, support rustdesk terminal, ttyd backend, webtty, file transfer, view camera, screen on remote peer","archived":false,"fork":false,"pushed_at":"2026-05-02T20:40:24.000Z","size":4608,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-09T03:42:59.748Z","etag":null,"topics":["rustdesk","rustdesk-client","rustdesk-web-client","ttyd","webrtc"],"latest_commit_sha":null,"homepage":"https://tty.ttysvc.cc","language":"TypeScript","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/lichon.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":null,"dco":null,"cla":null}},"created_at":"2025-11-19T08:49:48.000Z","updated_at":"2026-05-02T20:40:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lichon/rustdesk-web-ts","commit_stats":null,"previous_names":["lichon/rustdesk-web-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lichon/rustdesk-web-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichon%2Frustdesk-web-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichon%2Frustdesk-web-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichon%2Frustdesk-web-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichon%2Frustdesk-web-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lichon","download_url":"https://codeload.github.com/lichon/rustdesk-web-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichon%2Frustdesk-web-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34090751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["rustdesk","rustdesk-client","rustdesk-web-client","ttyd","webrtc"],"created_at":"2025-11-22T08:00:38.383Z","updated_at":"2026-06-09T03:43:27.950Z","avatar_url":"https://github.com/lichon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustDesk Web Client\n\n![](https://github.com/lichon/rustdesk-web-ts/blob/main/public/ssc.gif)\n\n## Features\n\n*   **Remote Desktop Access:** Connect to RustDesk client from the web.\n*   **Remote Camera Access:** View remote camera/desktop from the web.\n*   **File Transfers:** Support for trzsz/ZMODEM file transfers.\n*   **Terminal Interface:** Built with Xterm.js for a powerful and feature-rich terminal experience.\n*   **Modern Tech Stack:** Utilizes React, Vite, and TypeScript for a fast and reliable development experience.\n*   **Deployable on the Edge:** Designed to be deployed to Cloudflare Workers.\n*   **Built-in rustdesk server:** rustdesk hbbs with websocket relay supported.\n\n## Ideas\n\n* [ ] Dockerfile for local deploy\n* [ ] ssh from web\n* [ ] keyboard mouse control\n* [ ] more handy cli utils\n\n\n## Getting Started\n\nFollow these instructions to get a local copy up and running for development and testing purposes.\n\n### Prerequisites\n\n*   [Node.js](https://nodejs.org/) (v18 or later recommended)\n*   [pnpm](https://pnpm.io/installation)\n\n### Installation\n\n1.  Clone the repository:\n    ```sh\n    git clone https://github.com/lichon/rustdesk-web-ts.git\n    cd rustdesk-web-ts\n    ```\n\n2.  Install the dependencies:\n    ```sh\n    pnpm install\n    ```\n\n### Development\n\nTo run the application in development mode:\n\n```sh\npnpm dev\n```\n\nThis will start a local development server, typically at `http://localhost:80`.\n\n### Building\n\nTo create a production build of the application:\n\n```sh\npnpm build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n## Deployment\n\nThis project is configured for deployment to [Cloudflare Workers](https://workers.cloudflare.com/).\n\nTo deploy the application, run:\n\n```sh\npnpm deploy\n```\n\nThis will build the project and deploy it using the Wrangler CLI.\n\n## Available Scripts\n\n*   `pnpm dev`: Runs the app in development mode.\n*   `pnpm build`: Builds the app for production.\n*   `pnpm lint`: Lints the source code using ESLint.\n*   `pnpm preview`: Serves the production build locally for preview.\n*   `pnpm deploy`: Deploys the application to Cloudflare Workers.\n*   `pnpm cf-typegen`: Generates types for Cloudflare Workers.\n\n## Technologies Used\n\n*   [React](https://react.dev/)\n*   [Vite](https://vitejs.dev/)\n*   [TypeScript](https://www.typescriptlang.org/)\n*   [Xterm.js](https://xtermjs.org/) - Terminal UI component\n*   [Hono](https://hono.dev/) - Web framework for the worker\n*   [Tailwind CSS](https://tailwindcss.com/)\n*   [Protobuf-TS](https://github.com/protobuf-ts/protobuf-ts) - Protocol Buffers for TypeScript\n*   [Cloudflare Workers](https://workers.cloudflare.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flichon%2Frustdesk-web-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flichon%2Frustdesk-web-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flichon%2Frustdesk-web-ts/lists"}