[{"data":1,"prerenderedAt":22},["ShallowReactive",2],{"article-install-claude-code-without-a-terminal":3},{"slug":4,"date":5,"read_time":6,"image":7,"cta":8,"en":10,"zh":16},"install-claude-code-without-a-terminal","2026-09-11",6,"/og.svg",{"link":9},"https://devok-1256047633.cos.na-siliconvalley.myqcloud.com/clootee/clootee-2.1.1.zip",{"title":11,"tag":12,"excerpt":13,"keywords":14,"content":15},"How to install Claude Code without opening a terminal","Getting started","The standard install is four terminal steps, and each one loses people. Here is what those steps actually do — and how to get the same result by double-clicking one file.","install claude code, claude code without terminal, claude code windows, claude code no node, claude code gui, clootee","\u003Ch2>The short answer\u003C/h2>\u003Cp>Download the Clootee package, unzip it, and double-click \u003Ccode>Windows_Start.bat\u003C/code> (or \u003Ccode>Mac_Start.command\u003C/code>, or \u003Ccode>Linux_Start.sh\u003C/code>). A wizard opens in your browser at \u003Ccode>localhost:8970\u003C/code> and installs everything that is missing, with a progress bar. You never type a command.\u003C/p>\u003Ch2>What the normal install asks of you\u003C/h2>\u003Cp>The documented path has four steps, and every one of them is a place where people give up:\u003C/p>\u003Col>\u003Cli>\u003Cstrong>Install Node.js\u003C/strong> — and then discover that your PATH does not pick it up, or that a different Node version is already installed for another project.\u003C/li>\u003Cli>\u003Cstrong>Run \u003Ccode>npm install -g @anthropic-ai/claude-code\u003C/code>\u003C/strong> — a global install, which on some machines needs elevated rights and on others quietly installs into a directory that is not on your PATH.\u003C/li>\u003Cli>\u003Cstrong>Install Git\u003C/strong> — on Windows this normally means an installer that wants administrator rights and writes to the registry.\u003C/li>\u003Cli>\u003Cstrong>Open a terminal, run \u003Ccode>claude\u003C/code>, and sign in\u003C/strong> — and if you skip this, the tool answers nothing at all, with no error message (see \u003Ca href=\"/blog/why-claude-code-says-nothing\">why it says nothing\u003C/a>).\u003C/li>\u003C/ol>\u003Cp>None of those steps are hard for someone who lives in a terminal. That is exactly the problem: they assume you already do.\u003C/p>\u003Ch2>What Clootee does instead\u003C/h2>\u003Cp>Clootee is an open-source web workbench that performs all four steps from a web page, and keeps everything it downloads inside its own folder.\u003C/p>\u003Cul>\u003Cli>\u003Cstrong>Node\u003C/strong> — a portable copy is downloaded into Clootee's own directory. Your system Node, your PATH and your other projects are untouched.\u003C/li>\u003Cli>\u003Cstrong>The engine\u003C/strong> — Claude Code (or Codex) is installed with one click and live progress, not a global npm install.\u003C/li>\u003Cli>\u003Cstrong>Git\u003C/strong> — one click, and on Windows it is a portable install: no administrator rights, no registry writes.\u003C/li>\u003Cli>\u003Cstrong>Sign-in\u003C/strong> — done in the browser: click the button, open the link, authorize, paste the code back. This works even if Clootee is running on a remote machine, because the link opens in \u003Cem>your\u003C/em> browser.\u003C/li>\u003C/ul>\u003Ch2>Step by step\u003C/h2>\u003Col>\u003Cli>\u003Cstrong>Unzip anywhere.\u003C/strong> One self-contained folder — a second drive or a USB stick is fine. Uninstalling later is deleting the folder.\u003C/li>\u003Cli>\u003Cstrong>Double-click the launcher for your OS.\u003C/strong> It self-checks, repairs what is missing, checks the port is free, and prints the address it actually opened. On macOS and Linux run \u003Ccode>chmod +x\u003C/code> on the scripts once first.\u003C/li>\u003Cli>\u003Cstrong>Follow the wizard.\u003C/strong> Language and theme, then a network check, then engine, then provider, then sign-in or an API key. You choose the access password here; there is no default one.\u003C/li>\u003C/ol>\u003Ch2>Before you run it: one real warning\u003C/h2>\u003Cp>Clootee runs the agent with permission prompts bypassed, so long tasks can run unattended. The consequence is blunt: \u003Cstrong>anyone who can open the web UI can run any command on that machine, as you.\u003C/strong> It listens on \u003Ccode>127.0.0.1\u003C/code> only by default — keep it that way, never expose it to the public internet, and use an SSH tunnel or VPN if you need remote access.\u003C/p>\u003Ch2>What you get once it is running\u003C/h2>\u003Cp>The install is the part you notice first; the reason to keep it is the workflow around it — per-session task queues, every tool call visible with its full input and output, timings and token counts, and failures that report a reason instead of freezing. Those are covered in \u003Ca href=\"/custom/capabilities\">capabilities\u003C/a>.\u003C/p>\u003Ch3>Requirements\u003C/h3>\u003Cp>Windows 10+, macOS 12+ or a current Linux distribution; a modern browser; roughly 500 MB of free disk space for the downloaded runtimes. No pre-installed Node, npm or Git — that is the whole point.\u003C/p>",{"title":17,"tag":18,"excerpt":19,"keywords":20,"content":21},"不开终端，怎么装 Claude Code","上手","官方装法是四步命令行，每一步都会卡掉一批人。这篇讲清那四步到底在干什么，以及怎么靠双击一个文件拿到同样的结果。","安装 Claude Code, Claude Code 不用终端, Claude Code Windows, Claude Code 图形界面, 不装 Node, Clootee","\u003Ch2>先给结论\u003C/h2>\u003Cp>下载 Clootee 压缩包，解压，双击 \u003Ccode>Windows_Start.bat\u003C/code>（或 \u003Ccode>Mac_Start.command\u003C/code>、\u003Ccode>Linux_Start.sh\u003C/code>）。浏览器会打开 \u003Ccode>localhost:8970\u003C/code> 的向导，缺什么装什么，带进度条。全程一条命令都不用打。\u003C/p>\u003Ch2>常规装法要求你做什么\u003C/h2>\u003Cp>文档里的路径是四步，而这四步每一步都是一个「放弃点」：\u003C/p>\u003Col>\u003Cli>\u003Cstrong>装 Node.js\u003C/strong>——然后发现 PATH 不认它，或者机器上早就有另一个项目在用的别的 Node 版本。\u003C/li>\u003Cli>\u003Cstrong>执行 \u003Ccode>npm install -g @anthropic-ai/claude-code\u003C/code>\u003C/strong>——全局安装，有的机器要提权，有的机器悄悄装进了一个不在 PATH 上的目录。\u003C/li>\u003Cli>\u003Cstrong>装 Git\u003C/strong>——Windows 上通常意味着一个要管理员权限、还要写注册表的安装程序。\u003C/li>\u003Cli>\u003Cstrong>开终端跑 \u003Ccode>claude\u003C/code> 并登录\u003C/strong>——如果跳过这步，工具会「一个字都不说」，既没有回复也没有报错（见\u003Ca href=\"/blog/why-claude-code-says-nothing\">它为什么一句话都不说\u003C/a>）。\u003C/li>\u003C/ol>\u003Cp>对天天泡在终端里的人，这些都不难。问题恰恰在于：它默认你就是那种人。\u003C/p>\u003Ch2>Clootee 改成怎么做\u003C/h2>\u003Cp>Clootee 是一个开源网页工作台，把上面四步全放在网页里完成，并且把下载的东西都留在它自己的目录里。\u003C/p>\u003Cul>\u003Cli>\u003Cstrong>Node\u003C/strong>——下载一份便携版到 Clootee 自己的目录。不动系统 Node、不动 PATH、不影响你其它项目。\u003C/li>\u003Cli>\u003Cstrong>引擎\u003C/strong>——Claude Code（或 Codex）点一下就装，实时进度可见，不走全局 npm。\u003C/li>\u003Cli>\u003Cstrong>Git\u003C/strong>——点一下；Windows 下是便携安装：不要管理员权限、不写注册表。\u003C/li>\u003Cli>\u003Cstrong>登录\u003C/strong>——在浏览器里完成：点按钮、打开链接、授权、把码贴回来。即使 Clootee 跑在远程机器上也能登，因为链接是在\u003Cem>你\u003C/em>的浏览器里打开的。\u003C/li>\u003C/ul>\u003Ch2>具体三步\u003C/h2>\u003Col>\u003Cli>\u003Cstrong>解压到任何地方。\u003C/strong>一个自包含的文件夹，放第二块硬盘或 U 盘都行。以后卸载就是删掉这个文件夹。\u003C/li>\u003Cli>\u003Cstrong>双击你系统对应的启动文件。\u003C/strong>它会自检、缺什么补什么、检查端口有没有被占，并把真正打开的地址打印出来。macOS 和 Linux 上首次要先给脚本 \u003Ccode>chmod +x\u003C/code>。\u003C/li>\u003Cli>\u003Cstrong>跟着向导走。\u003C/strong>语言与主题 → 网络体检 → 选引擎 → 选服务商 → 登录或填 API Key。访问密码在这一步由你自己设，没有默认密码。\u003C/li>\u003C/ol>\u003Ch2>运行之前，有一条真实的警告\u003C/h2>\u003Cp>Clootee 运行智能体时绕过了权限确认，这样长任务才能无人值守跑完。后果很直接：\u003Cstrong>任何能打开这个网页界面的人，都能以你的身份在那台机器上执行任何命令。\u003C/strong>它默认只监听 \u003Ccode>127.0.0.1\u003C/code>——请保持这样，绝不要暴露到公网；需要远程访问就用 SSH 隧道或 VPN。\u003C/p>\u003Ch2>装好之后你得到了什么\u003C/h2>\u003Cp>安装只是第一眼看到的部分；真正让人留下来的是围绕它的那套工作流——每个会话一条任务队列、每次工具调用的完整入参与返回都看得见、每步的耗时与 token 数、以及会写清原因而不是僵住的失败提示。这些在\u003Ca href=\"/custom/capabilities\">高级能力\u003C/a>里讲。\u003C/p>\u003Ch3>运行要求\u003C/h3>\u003Cp>Windows 10 以上、macOS 12 以上或较新的 Linux 发行版；一个现代浏览器；约 500 MB 磁盘空间存放下载的运行时。不需要预装 Node、npm 或 Git——这正是它存在的理由。\u003C/p>",1789097955071]