Skip to content

Releases: codeweiz/remote-desktop-control

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:16
RTB 2.0.0 — Complete Rust Rewrite

Ground-up rewrite of Remote Desktop Control in Rust:
- Cargo workspace (core, server, cli, plugin-host)
- tmux-backed terminal with binary WebSocket I/O
- AI agent system with ACP SDK (Claude, Gemini, OpenCode, Codex)
- Plugin framework (Feishu, Cloudflare Tunnel)
- IM bridge with bidirectional message sync
- Tauri 2 desktop app + iOS mobile support
- React 19 + Vite + Tailwind frontend embedded in binary
- Multi-platform release builds (linux-x64, linux-arm64, darwin-arm64)

See CHANGELOG.md for full details.

RTB v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 08:14

RTB — Remote Terminal Bridge

Access and manage terminal sessions from anywhere — via web browser, mobile app, or Feishu bot.

Downloads

Platform File Note
macOS (ARM64) rtb-darwin-arm64.tar.gz Apple Silicon (M1/M2/M3/M4), Intel via Rosetta 2
Linux x64 rtb-linux-x64.tar.gz Most servers and desktops
Linux ARM64 rtb-linux-arm64.tar.gz Raspberry Pi, ARM servers
Android rtb-mobile.apk Mobile app

Quick Start

# Download and extract (example: macOS)
curl -fsSL https://github.com/codeweiz/remote-desktop-control/releases/download/v0.1.1/rtb-darwin-arm64.tar.gz | tar xz

# Start
./rtb start

Open the printed URL in your browser, or scan the QR code with the mobile app.


RTB — 远程终端桥接工具

通过 Web 浏览器、手机 App 或飞书机器人随时随地访问和管理终端会话。

下载说明

平台 文件 说明
macOS (ARM64) rtb-darwin-arm64.tar.gz Apple Silicon (M1/M2/M3/M4),Intel 通过 Rosetta 2 兼容
Linux x64 rtb-linux-x64.tar.gz 大多数服务器和桌面系统
Linux ARM64 rtb-linux-arm64.tar.gz 树莓派、ARM 服务器
Android rtb-mobile.apk 手机客户端

快速开始

# 下载并解压(以 macOS 为例)
curl -fsSL https://github.com/codeweiz/remote-desktop-control/releases/download/v0.1.1/rtb-darwin-arm64.tar.gz | tar xz

# 启动
./rtb start

在浏览器中打开输出的 URL,或用手机 App 扫描终端中的二维码即可连接。

Full Changelog: v0.1.0...v0.1.1

RTB v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 03:16

RTB — Remote Terminal Bridge

Access and manage terminal sessions from anywhere — via web browser, mobile app, or Feishu bot.

Downloads

Platform File Note
macOS (ARM64) rtb-darwin-arm64.tar.gz Apple Silicon (M1/M2/M3/M4), Intel via Rosetta 2
Linux x64 rtb-linux-x64.tar.gz Most servers and desktops
Linux ARM64 rtb-linux-arm64.tar.gz Raspberry Pi, ARM servers
Android rtb-mobile.apk Mobile app

Quick Start

# Download and extract (example: macOS)
curl -fsSL https://github.com/codeweiz/remote-desktop-control/releases/download/v0.1.0/rtb-darwin-arm64.tar.gz | tar xz

# Start
./rtb start

Open the printed URL in your browser, or scan the QR code with the mobile app.


RTB — 远程终端桥接工具

通过 Web 浏览器、手机 App 或飞书机器人随时随地访问和管理终端会话。

下载说明

平台 文件 说明
macOS (ARM64) rtb-darwin-arm64.tar.gz Apple Silicon (M1/M2/M3/M4),Intel 通过 Rosetta 2 兼容
Linux x64 rtb-linux-x64.tar.gz 大多数服务器和桌面系统
Linux ARM64 rtb-linux-arm64.tar.gz 树莓派、ARM 服务器
Android rtb-mobile.apk 手机客户端

快速开始

# 下载并解压(以 macOS 为例)
curl -fsSL https://github.com/codeweiz/remote-desktop-control/releases/download/v0.1.0/rtb-darwin-arm64.tar.gz | tar xz

# 启动
./rtb start

在浏览器中打开输出的 URL,或用手机 App 扫描终端中的二维码即可连接。

Full Changelog: https://github.com/codeweiz/remote-desktop-control/commits/v0.1.0