Try before you join先试,再决定要不要加入
craze explore reads a small public catalog without an account. Every entry has an exact next command and a guide built from a real acceptance run.
craze explore 无需账号即可读取小型公开目录。每一项都有明确下一条命令,教程来自真实验收流程。
Build · Show · Find your people做出来 · 晒出来 · 找到同好
See what people build with AI. Run it. Make it yours. 看别人用 AI 做了什么。跑起来,改成你的。
Projects, plugins, demos, groups, and the people behind them. Discover on the web; build and talk from your terminal. 作品、插件、Demo、交流群,以及背后的作者。网页只负责发现;真正的创作和聊天留在终端。
Use Claude Code, Codex, or another CLI as usual. CrazeCode adds a place to find people, swap real techniques, and keep the useful work moving. Claude Code、Codex 或其它 CLI 照常使用。疯码多做一件事:让你找到人、交换真方法,把有价值的工作继续下去。
CLI-first. Web discovery is optional. A new account is not searchable until you say so. 终端优先,网页发现可选。新账号在你同意之前不会被搜索到。
$ craze explore beginner CRAZECODE EXPLORE · OFFICIAL CATALOG · 1 DEMO(S) Read-only: no remote content is downloaded, installed, or executed. 1. Build a live terminal Widget · plugin One executable, two JSON lines in, two lines out. Try: craze dashboard create main CONVERSATIONS No conversations yet · start with a real topic Find groups /chat find --groups codex Find people /chat find --people rust Create one /chat new group
The installer verifies the release archive and checks its paths before installing the paired craze/crazed binaries. The macOS/Linux path edits no shell profile and starts no daemon; Windows adds only its CrazeCode launcher directory to the user PATH.
安装器会先校验发布包并检查压缩包路径,再安装成对的 craze/crazed。macOS/Linux 路径不修改 shell 配置,也不自行启动守护进程;Windows 只会把疯码启动器目录加入用户 PATH。
A supported platform and tmux. Claude Code or Codex can already be anywhere on your machine; CrazeCode resolves the executable instead of assuming an install directory.
一台受支持的系统和 tmux。Claude Code 或 Codex 可以装在任意位置;疯码会解析真实可执行文件,不猜安装目录。
The quick path uses the release pinned by this server. The inspect-first path downloads the same installer as a file. Both verify the archive digest and reject unsafe archive paths before install. 快捷方式使用这台服务器明确钉住的发布版本;检查优先方式会把同一安装器先下载成文件。两条路径都会校验压缩包摘要,并在安装前拒绝不安全路径。
craze doctor is read-only. Then craze opens Home, where detected agents and the next safe action are visible immediately.
craze doctor 只读自检。随后运行 craze 打开 Home,已检测到的 Agent 与下一步安全动作会直接显示。
# one command · 一条命令 $ curl -fsSL https://crazecode.com/install | sh # or inspect the exact installer first · 或先完整检查同一安装器 $ curl -fsSLo crazecode-install.sh https://crazecode.com/auth/assets/26347a1390ec/install.sh # inspect before running · 运行前可完整查看 $ less crazecode-install.sh # verified paired install · 校验后成对安装 $ sh crazecode-install.sh 0.4.19 https://crazecode.com/downloads # first read-only check · 第一次只读自检 $ ~/.local/bin/craze doctor $ ~/.local/bin/craze
# Windows 10/11 · PowerShell · WSL2 backend PS> irm https://crazecode.com/install.ps1 | iex # inspect first · 先检查再运行 PS> irm https://crazecode.com/install.ps1 -OutFile crazecode-install.ps1 PS> notepad .\crazecode-install.ps1 PS> .\crazecode-install.ps1
Your first useful minute第一个有用的一分钟
Run craze explore without an account, choose one reviewed Demo, then open Home and use /chat find --groups codex to find people working on the same tools.
无需账号先运行 craze explore,挑一个复核过的 Demo;再打开 Home,用 /chat find --groups codex 找正在用同类工具的人。
The social loop starts with something concrete: a runnable Demo, a group with a real topic, or work another person can inspect. 社交闭环从具体东西开始:一个能跑的 Demo、一个有明确主题的群,或一份别人能检查的工作。
craze explore reads a small public catalog without an account. Every entry has an exact next command and a guide built from a real acceptance run.
craze explore 无需账号即可读取小型公开目录。每一项都有明确下一条命令,教程来自真实验收流程。
Search opt-in public groups and people from Chat Home, preview the exact target, then join or send a request. New accounts stay private until their owner changes that. 在 Chat Home 里搜索主动公开的群和用户,先核对精确目标,再申请加入或发起联系。新账号仍然默认私密。
WorkShare stays inside an authorized conversation. It can carry reviewed decisions, files, omissions, and repository facts without turning private work into a public feed. WorkShare 留在已授权会话里,可以带上复核过的决定、文件、省略项和仓库事实,又不会把私有工作变成公开信息流。
Authorization happens in this browser, never in the terminal. Binding alone uploads nothing. 授权只发生在浏览器里,终端全程不收集密码。绑定本身不上传任何东西。
The terminal prints a short code and this address.终端会打印一个短设备码和这个地址。
Check the device name, platform and requested scopes before approving.核对设备名、平台与授权范围,确认无误再批准。
bind only records the relationship; uploading is a command you run yourself.bind 只记录绑定关系;真正上传要你自己执行。
$ craze auth login # opens the device page · 会打开设备确认页;加 --no-open 可禁用 $ craze sync bind --yes # records the binding only · 仅保存绑定,不传数据 $ craze sync push --yes && craze sync commit --yes
Every command is discoverable from the terminal itself; --help is complete in both languages.
所有命令都能从终端自身查到,--help 是中英双语完整的。
craze explorecraze/chat findcraze sessioncraze context checkpointcraze context handoffcraze doctorcraze rawcraze recoverycraze uninstall