CrazeCode疯码

Build · Show · Find your people做出来 · 晒出来 · 找到同好

CrazeCode 疯码

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. 终端优先,网页发现可选。新账号在你同意之前不会被搜索到。

CrazeCode · terminal
$ 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
Real product paths, not a concept feed: try one reviewed thing, then find the room or person who can take it further. 真实产品路径,不是概念信息流:先跑一个复核过的东西,再找到能一起继续的人或群。

From download to your first Home从下载到第一个 Home

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。

  1. Check the two prerequisites只确认两个前置条件

    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 可以装在任意位置;疯码会解析真实可执行文件,不猜安装目录。

  2. Choose one command or inspect first一条命令,或先检查再安装

    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. 快捷方式使用这台服务器明确钉住的发布版本;检查优先方式会把同一安装器先下载成文件。两条路径都会校验压缩包摘要,并在安装前拒绝不安全路径。

  3. Open the real product打开真正的产品

    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 找正在用同类工具的人。

From “what did you build?” to trying it yourself从“你做了什么”到“我也跑起来了”

The social loop starts with something concrete: a runnable Demo, a group with a real topic, or work another person can inspect. 社交闭环从具体东西开始:一个能跑的 Demo、一个有明确主题的群,或一份别人能检查的工作。

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 无需账号即可读取小型公开目录。每一项都有明确下一条命令,教程来自真实验收流程。

Find the room, not a blank inbox先找到圈子,不对着空收件箱

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 里搜索主动公开的群和用户,先核对精确目标,再申请加入或发起联系。新账号仍然默认私密。

Show the work, not only the screenshot不只晒截图,把过程也带上

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 留在已授权会话里,可以带上复核过的决定、文件、省略项和仓库事实,又不会把私有工作变成公开信息流。

Add the account when you need it需要的时候再绑账号

Authorization happens in this browser, never in the terminal. Binding alone uploads nothing. 授权只发生在浏览器里,终端全程不收集密码。绑定本身不上传任何东西。

  1. Start device authorization在终端发起设备授权

    The terminal prints a short code and this address.终端会打印一个短设备码和这个地址。

  2. Confirm the code here在浏览器确认设备码

    Check the device name, platform and requested scopes before approving.核对设备名、平台与授权范围,确认无误再批准。

  3. Sync explicitly显式同步,不后台偷传

    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

Going further再往深里用

Every command is discoverable from the terminal itself; --help is complete in both languages. 所有命令都能从终端自身查到,--help 是中英双语完整的。

craze explore
Browse the bounded official Demo catalog without an account or automatic execution.无需账号浏览有界的官方 Demo 目录,且不会自动执行任何内容。
craze
Open the persistent Home console.打开常驻 Home 控制台。
/chat find
Find opt-in public groups or people by a real topic.按真实话题查找主动公开的群或用户。
Widget guide
Build and run the complete official plugin Demo.从零做完并运行官方插件 Demo。
craze session
Create, inspect, attach and stop real managed sessions.创建、查看、接入和停止真实的托管会话。
craze context checkpoint
Save an immutable local checkpoint of the current work.为当前工作保存一个不可变的本地检查点。
craze context handoff
Pack, review, confirm and deliver a bounded handoff.打包、复核、确认并投递一次有界交接。
craze doctor
Report resolved clients and runtime availability, changing nothing.报告解析到的客户端与运行时可用性,不做任何改动。
craze raw
Replace craze with an unmodified child process: no TUI, no interception.用未经修改的子进程替换 craze:无 TUI,无拦截。
craze recovery
Create, verify and restore explicit recovery packages.创建、验证并恢复显式的恢复包。
craze uninstall
Build a truthful removal plan without deleting the running application.生成一份如实的卸载方案,且不会删掉正在运行的程序。