How to Install OpenAI Codex CLI on Ubuntu

Codex CLI is OpenAI’s lightweight coding agent that runs directly in your terminal. It reads your codebase, executes shell commands, edits files, runs tests, debugs issues — all through natural language. Think of it as ChatGPT natively integrated into your terminal workflow. This guide covers every installation method on Ubuntu, from beginner-friendly to advanced. ...

June 29, 2026 · 5 min · Chen Shuaiming

Connect OpenClaw to WeChat: The 5-Minute Setup

Want your AI assistant on WeChat? Here’s how to hook OpenClaw up to WeChat (Weixin) in a few minutes. Prerequisites OpenClaw installed (openclaw --version) A WeChat account that can scan QR codes Step 1: Install the Plugin Quick install (recommended): npx -y @tencent-weixin/openclaw-weixin-cli install Or manual: openclaw plugins install "@tencent-weixin/openclaw-weixin" openclaw config set plugins.entries.openclaw-weixin.enabled true Step 2: QR Login openclaw channels login --channel openclaw-weixin A QR code appears in your terminal. Scan it with WeChat on your phone, confirm — done. The token is saved locally. ...

June 16, 2026 · 2 min · Chen Shuaiming

How to Install Claude Code on Ubuntu

Claude Code is Anthropic’s agentic coding assistant that runs directly in your terminal. It understands your codebase, edits files, runs git commands, debugs, writes docs — all through natural language. This guide covers every installation method on Ubuntu, from beginner-friendly to advanced. ...

May 25, 2026 · 4 min · Chen Shuaiming