@quant_sheep: 我完全不使用 Codex 的远程模式,因为不稳定 我推荐你试试看 Happy Code ,这是远程使用 Codex 和 Claude Code 最佳方案 全部开源(包括后端服务),端到端加密,完全免费
摘要
Happy Code is an open-source mobile and web client that enables remote use of Claude Code and Codex with end-to-end encryption, allowing developers to monitor and control AI coding agents from anywhere.
查看缓存全文
缓存时间: 2026/05/24 08:27
我完全不使用 Codex 的远程模式,因为不稳定
我推荐你试试看 Happy Code ,这是远程使用 Codex 和 Claude Code 最佳方案
全部开源(包括后端服务),端到端加密,完全免费
https://t.co/d6atOJeOxj
slopus/happy
Source: https://github.com/slopus/happy
Mobile and Web Client for Claude Code & Codex
Use Claude Code or Codex from anywhere with end-to-end encryption.
Step 1: Download App
Step 2: Install CLI on your computer
npm install -g happy
Migrated from the
happy-coderpackage. Thanks to @franciscop for donating thehappypackage name!
Step 3: Start using `happy` instead of `claude` or `codex`
# Instead of claude, use:
happy claude
# or
happy codex
How does it work?
On your computer, run happy instead of claude or happy codex instead of codex to start your AI through our wrapper. When you want to control your coding agent from your phone, it restarts the session in remote mode. To switch back to your computer, just press any key on your keyboard.
🔥 Why Happy Coder?
- 📱 Mobile access to Claude Code and Codex - Check what your AI is building while away from your desk
- 🔔 Push notifications - Get alerted when Claude Code and Codex needs permission or encounters errors
- ⚡ Switch devices instantly - Take control from phone or desktop with one keypress
- 🔐 End-to-end encrypted - Your code never leaves your devices unencrypted
- 🛠️ Open source - Audit the code yourself. No telemetry, no tracking
📦 Project Components
- Happy App - Web UI + mobile client (Expo)
- Happy CLI - Command-line interface for Claude Code and Codex
- Happy Agent - Remote agent control CLI (create, send, monitor sessions)
- Happy Server - Backend server for encrypted sync
🏠 Who We Are
We’re engineers scattered across Bay Area coffee shops and hacker houses, constantly checking how our AI coding agents are progressing on our pet projects during lunch breaks. Happy Coder was born from the frustration of not being able to peek at our AI coding tools building our side hustles while we’re away from our keyboards. We believe the best tools come from scratching your own itch and sharing with the community.
📚 Documentation & Contributing
- Documentation Website - Learn how to use Happy Coder effectively
- Contributing Guide - How to contribute, PR guidelines, and development setup
- Edit docs at github.com/slopus/slopus.github.io - Help improve our documentation and guides
License
MIT License - see LICENSE for details.
相似文章
@Tz_2022: 我终于找到 codex + claude code 联合开发的最佳实践了: 1. 在 macbook 上开 codex app 2. 连本地/远程的 24x7 的 codex cli / claude code 开发主机 (linux o…
介绍了在MacBook上结合Codex和Claude Code进行联合开发的最佳实践,包括24x7的开发主机和四栏布局。
@wangray: 亲测可用,快速教你 Codex 配置保留 ChatGPT 登陆的同时使用第三方 Provider 即使是 Free 账户也可以接入中转站,然后在手机上用 ChatGPT 远程控制桌面 Codex
A guide on configuring Codex to retain ChatGPT login while using third-party providers, allowing free accounts to access relay stations and remotely control desktop Codex via phone.
@zjp1997720: 摁头推荐,Codex必安的一个插件! Codex我用下来有个很大的问题,就是哪怕是一个非常复杂的任务,它都不会主动地去调用Agents Team。相较而言, claude code就非常的主动。 我最近发现,oh my Opencode(…
推荐了一个名为Lazy Codex的插件,它能帮助Codex主动调用Agents Team处理复杂任务,并附有安装链接。
@servasyy_ai: 相比较在Claude Code里用Codex插件 我会更喜欢: CCB的Claude Code和Codex互相协同
用户分享使用Claude Code内集成Codex插件的体验,并表达对CCB的Claude Code和Codex协同方式的偏好。
@LinearUncle: 个人强烈推荐一个开源的媲美甚至部分超越codex app 的coding IDE:Orca https://onorca.dev https://github.com/stablyai/orca Mac/Win/Linux 全平台, 支持…
Orca 是一款开源的全平台编码 IDE,支持并行 worktree、computer use、嵌入式浏览器、移动端远程控制等功能,可与 Claude Code、Codex、OpenCode 等多种 Agent CLI 协同使用,被推荐为媲美甚至超越 Codex 的开发工具。