极客专属的跨平台 AI 工具与大模型速查控制台 / 自动化执行引擎
开源自托管 AI 助手,支持多模型、多通道、插件扩展。
http://localhost:18789chcp 65001 ; npm install -g openclawchcp 65001 ; openclaw chatchcp 65001 ; npm install -g openclaw@latest --forcechcp 65001 ; openclaw gateway stop ; taskkill /F /T /FI "WINDOWTITLE eq OpenClaw*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
具备自我学习闭环的智能体。
Web Interfacechcp 65001 ; git clone https://github.com/NousResearch/hermes-agent.git ; if (Test-Path "$ORIGIN_CWD/hermes-agent/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/hermes-agent" ; pip install -e . }chcp 65001 ; hermeschcp 65001 ; if (Test-Path "$ORIGIN_CWD/hermes-agent/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/hermes-agent" ; git pull ; pip install -e . --upgrade } else { git clone https://github.com/NousResearch/hermes-agent.git ; if (Test-Path "$ORIGIN_CWD/hermes-agent/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/hermes-agent" ; pip install -e . } }taskkill /F /T /FI "WINDOWTITLE eq Hermes Agent*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
强大的本地 AI 开发平台。
chcp 65001 ; winget install Antigravity.Officialchcp 65001 ; antigravity startchcp 65001 ; antigravity repair ; winget upgrade Antigravity.Official --forceantigravity stop ; taskkill /F /T /FI "WINDOWTITLE eq Antigravity*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
Anthropic 官方终端程序员。
chcp 65001 ; npm install -g @anthropic-ai/claude-code ; Copy-Item -Path $env:APPDATA/npm/node_modules/@anthropic-ai/claude-code/node_modules/@anthropic-ai/claude-code-win32-x64/claude.exe -Destination $env:APPDATA/npm/node_modules/@anthropic-ai/claude-code/bin/claude.exe -Force -ErrorAction SilentlyContinuechcp 65001 ; $sPath = Join-Path $env:USERPROFILE '.claude/settings.json' ; if (Test-Path $sPath) { $sj = Get-Content $sPath -Raw -Encoding UTF8 | ConvertFrom-Json ; if ($sj.env) { $sj.env.PSObject.Properties | ForEach-Object { [Environment]::SetEnvironmentVariable($_.Name, [string]$_.Value, 'Process') ; if ($_.Name -eq 'ANTHROPIC_AUTH_TOKEN') { [Environment]::SetEnvironmentVariable('ANTHROPIC_API_KEY', [string]$_.Value, 'Process') } } } } ; claudechcp 65001 ; npm install -g @anthropic-ai/claude-code@latest --force ; Copy-Item -Path $env:APPDATA/npm/node_modules/@anthropic-ai/claude-code/node_modules/@anthropic-ai/claude-code-win32-x64/claude.exe -Destination $env:APPDATA/npm/node_modules/@anthropic-ai/claude-code/bin/claude.exe -Force -ErrorAction SilentlyContinuetaskkill /F /T /FI "WINDOWTITLE eq Claude Code*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
强大的终端原生 AI 编程智能体,支持连接本地及云端各类大模型。
chcp 65001 ; npm install -g opencode-aichcp 65001 ; opencodechcp 65001 ; npm install -g opencode-ai@latest --forcetaskkill /F /T /FI "WINDOWTITLE eq OpenCode*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
纯本地运行的命令行编程助手。
chcp 65001 ; winget install OpenCodex.CLIchcp 65001 ; open-codex start --interactivechcp 65001 ; winget upgrade OpenCodex.CLI --forcetaskkill /F /T /FI "WINDOWTITLE eq Open Codex*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
最强大的本地 AI 聊天界面。
http://localhost:3000chcp 65001 ; docker run -d -p 3000:8080 --name open-webui ghcr.io/open-webui/open-webui:mainchcp 65001 ; docker start open-webui ; start http://localhost:3000chcp 65001 ; docker stop open-webui ; docker rm open-webui ; docker run -d -p 3000:8080 --name open-webui ghcr.io/open-webui/open-webui:maindocker stop open-webui此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
开源自动化工作流引擎。
chcp 65001 ; docker run -d --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8nchcp 65001 ; docker start n8n ; start http://localhost:5678chcp 65001 ; docker pull docker.n8n.io/n8nio/n8n ; docker restart n8ndocker stop n8n此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
本地大模型运行器。
chcp 65001 ; winget install Ollama.Ollamachcp 65001 ; start ollama serve ; ollama run deepseek-r1:7bchcp 65001 ; winget upgrade Ollama.Ollama --forcetaskkill /F /IM ollama.exe ; taskkill /F /T /FI "WINDOWTITLE eq Ollama*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
国产开源 LLM 应用开发平台。
http://localhostchcp 65001 ; git clone https://github.com/langgenius/dify.git ; if (Test-Path "$ORIGIN_CWD/dify/docker") { Set-Location -Path "$ORIGIN_CWD/dify/docker" ; cp .env.example .env }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/dify/docker") { Set-Location -Path "$ORIGIN_CWD/dify/docker" ; docker compose up -d ; start http://localhost }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/dify/docker") { Set-Location -Path "$ORIGIN_CWD/dify/docker" ; docker compose pull ; docker compose up -d } else { git clone https://github.com/langgenius/dify.git ; if (Test-Path "$ORIGIN_CWD/dify/docker") { Set-Location -Path "$ORIGIN_CWD/dify/docker" ; cp .env.example .env ; docker compose up -d } }if (Test-Path "$ORIGIN_CWD/dify/docker") { Set-Location -Path "$ORIGIN_CWD/dify/docker" ; docker compose stop }此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
国产开源知识库问答系统。
http://localhost:3000chcp 65001 ; git clone https://github.com/labring/FastGPT.git ; if (Test-Path "$ORIGIN_CWD/FastGPT/projects/app") { Set-Location -Path "$ORIGIN_CWD/FastGPT/projects/app" }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/FastGPT/projects/app") { Set-Location -Path "$ORIGIN_CWD/FastGPT/projects/app" ; docker compose up -d ; start http://localhost:3000 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/FastGPT/projects/app") { Set-Location -Path "$ORIGIN_CWD/FastGPT/projects/app" ; docker compose pull ; docker compose up -d } else { git clone https://github.com/labring/FastGPT.git ; if (Test-Path "$ORIGIN_CWD/FastGPT/projects/app") { Set-Location -Path "$ORIGIN_CWD/FastGPT/projects/app" ; docker compose up -d } }if (Test-Path "$ORIGIN_CWD/FastGPT/projects/app") { Set-Location -Path "$ORIGIN_CWD/FastGPT/projects/app" ; docker compose stop }此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
结对编程 AI。
chcp 65001 ; pip install aider-chatchcp 65001 ; aiderchcp 65001 ; pip install aider-chat --upgrade --force-reinstalltaskkill /F /T /FI "WINDOWTITLE eq Aider*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
开源图像生成界面 (A1111)。
http://127.0.0.1:7860chcp 65001 ; git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ; if (Test-Path "$ORIGIN_CWD/stable-diffusion-webui") { Set-Location -Path "$ORIGIN_CWD/stable-diffusion-webui" ; ./webui-user.bat }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/stable-diffusion-webui") { Set-Location -Path "$ORIGIN_CWD/stable-diffusion-webui" ; start /B webui-user.bat ; start http://127.0.0.1:7860 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/stable-diffusion-webui") { Set-Location -Path "$ORIGIN_CWD/stable-diffusion-webui" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ; if (Test-Path "$ORIGIN_CWD/stable-diffusion-webui") { Set-Location -Path "$ORIGIN_CWD/stable-diffusion-webui" ; ./webui-user.bat } }taskkill /F /T /FI "WINDOWTITLE eq Stable Diffusion WebUI*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
节点流 SD 界面。
http://127.0.0.1:8188chcp 65001 ; git clone https://github.com/comfyanonymous/ComfyUI.git ; if (Test-Path "$ORIGIN_CWD/ComfyUI") { Set-Location -Path "$ORIGIN_CWD/ComfyUI" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ComfyUI") { Set-Location -Path "$ORIGIN_CWD/ComfyUI" ; start /B python main.py ; start http://127.0.0.1:8188 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ComfyUI") { Set-Location -Path "$ORIGIN_CWD/ComfyUI" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/comfyanonymous/ComfyUI.git ; if (Test-Path "$ORIGIN_CWD/ComfyUI") { Set-Location -Path "$ORIGIN_CWD/ComfyUI" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq ComfyUI*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
国产 AI 证件照。
http://localhost:7860chcp 65001 ; git clone https://github.com/Zeyi-Lin/HivisionIDPhotos.git ; if (Test-Path "$ORIGIN_CWD/HivisionIDPhotos") { Set-Location -Path "$ORIGIN_CWD/HivisionIDPhotos" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/HivisionIDPhotos") { Set-Location -Path "$ORIGIN_CWD/HivisionIDPhotos" ; start /B python app.py ; start http://localhost:7860 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/HivisionIDPhotos") { Set-Location -Path "$ORIGIN_CWD/HivisionIDPhotos" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/Zeyi-Lin/HivisionIDPhotos.git ; if (Test-Path "$ORIGIN_CWD/HivisionIDPhotos") { Set-Location -Path "$ORIGIN_CWD/HivisionIDPhotos" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq HivisionIDPhotos*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
中日英 5 秒语音克隆。
http://127.0.0.1:9874chcp 65001 ; git clone https://github.com/RVC-Boss/GPT-SoVITS.git ; if (Test-Path "$ORIGIN_CWD/GPT-SoVITS") { Set-Location -Path "$ORIGIN_CWD/GPT-SoVITS" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/GPT-SoVITS") { Set-Location -Path "$ORIGIN_CWD/GPT-SoVITS" ; start /B python webui.py ; start http://127.0.0.1:9874 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/GPT-SoVITS") { Set-Location -Path "$ORIGIN_CWD/GPT-SoVITS" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/RVC-Boss/GPT-SoVITS.git ; if (Test-Path "$ORIGIN_CWD/GPT-SoVITS") { Set-Location -Path "$ORIGIN_CWD/GPT-SoVITS" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq GPT-SoVITS*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
阿里开源顶尖语音生成。
http://127.0.0.1:8000chcp 65001 ; git clone https://github.com/FunAudioLLM/CosyVoice.git ; if (Test-Path "$ORIGIN_CWD/CosyVoice") { Set-Location -Path "$ORIGIN_CWD/CosyVoice" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/CosyVoice") { Set-Location -Path "$ORIGIN_CWD/CosyVoice" ; start /B python webui.py ; start http://127.0.0.1:8000 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/CosyVoice") { Set-Location -Path "$ORIGIN_CWD/CosyVoice" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/FunAudioLLM/CosyVoice.git ; if (Test-Path "$ORIGIN_CWD/CosyVoice") { Set-Location -Path "$ORIGIN_CWD/CosyVoice" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq CosyVoice*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
最强开源生图模型。
http://localhost:8188chcp 65001 ; git clone https://github.com/black-forest-labs/flux.git ; if (Test-Path "$ORIGIN_CWD/flux") { Set-Location -Path "$ORIGIN_CWD/flux" ; pip install -e . }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/flux") { Set-Location -Path "$ORIGIN_CWD/flux" ; start /B python main.py --model-version dev ; start http://localhost:8188 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/flux") { Set-Location -Path "$ORIGIN_CWD/flux" ; git pull ; pip install -e . --upgrade } else { git clone https://github.com/black-forest-labs/flux.git ; if (Test-Path "$ORIGIN_CWD/flux") { Set-Location -Path "$ORIGIN_CWD/flux" ; pip install -e . } }taskkill /F /T /FI "WINDOWTITLE eq FLUX.1 Dev*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
大模型全流程微调工具。
http://localhost:7860chcp 65001 ; git clone https://github.com/hiyouga/LLaMA-Factory.git ; if (Test-Path "$ORIGIN_CWD/LLaMA-Factory/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/LLaMA-Factory" ; pip install -e .[metrics,modelscope,qwen] }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/LLaMA-Factory/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/LLaMA-Factory" ; start /B llamafactory-cli webui ; start http://localhost:7860 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/LLaMA-Factory/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/LLaMA-Factory" ; git pull ; pip install -e .[metrics,modelscope,qwen] --upgrade } else { git clone https://github.com/hiyouga/LLaMA-Factory.git ; if (Test-Path "$ORIGIN_CWD/LLaMA-Factory/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/LLaMA-Factory" ; pip install -e .[metrics,modelscope,qwen] } }taskkill /F /T /FI "WINDOWTITLE eq LLaMA-Factory*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
国产开源 RAG 引擎。
http://localhost:9380chcp 65001 ; git clone https://github.com/infiniflow/ragflow.git ; if (Test-Path "$ORIGIN_CWD/ragflow/docker/docker-compose.yml") { Set-Location -Path "$ORIGIN_CWD/ragflow/docker" }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ragflow/docker/docker-compose.yml") { Set-Location -Path "$ORIGIN_CWD/ragflow/docker" ; docker compose up -d ; start http://localhost:9380 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ragflow/docker/docker-compose.yml") { Set-Location -Path "$ORIGIN_CWD/ragflow/docker" ; docker compose pull ; docker compose up -d } else { git clone https://github.com/infiniflow/ragflow.git ; if (Test-Path "$ORIGIN_CWD/ragflow/docker/docker-compose.yml") { Set-Location -Path "$ORIGIN_CWD/ragflow/docker" ; docker compose up -d } }if (Test-Path "$ORIGIN_CWD/ragflow/docker/docker-compose.yml") { Set-Location -Path "$ORIGIN_CWD/ragflow/docker" ; docker compose stop }此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
专为对话场景设计的文本转语音模型。
http://127.0.0.1:8080chcp 65001 ; git clone https://github.com/2noise/ChatTTS.git ; if (Test-Path "$ORIGIN_CWD/ChatTTS/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/ChatTTS" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ChatTTS/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/ChatTTS" ; start /B python webui.py ; start http://127.0.0.1:8080 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/ChatTTS/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/ChatTTS" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/2noise/ChatTTS.git ; if (Test-Path "$ORIGIN_CWD/ChatTTS/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/ChatTTS" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq ChatTTS*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
最强大的变声与声音克隆框架。
http://127.0.0.1:7897chcp 65001 ; git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git ; if (Test-Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI" ; start /B python infer-web.py ; start http://127.0.0.1:7897 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git ; if (Test-Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Retrieval-based-Voice-Conversion-WebUI" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq RVC WebUI*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
OpenAI Whisper 的图形化界面,用于高精度语音转写。
http://127.0.0.1:7860chcp 65001 ; git clone https://github.com/jhj0517/Whisper-WebUI.git ; if (Test-Path "$ORIGIN_CWD/Whisper-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Whisper-WebUI" ; pip install -r requirements.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Whisper-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Whisper-WebUI" ; start /B python app.py ; start http://127.0.0.1:7860 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Whisper-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Whisper-WebUI" ; git pull ; pip install -r requirements.txt --upgrade } else { git clone https://github.com/jhj0517/Whisper-WebUI.git ; if (Test-Path "$ORIGIN_CWD/Whisper-WebUI/requirements.txt") { Set-Location -Path "$ORIGIN_CWD/Whisper-WebUI" ; pip install -r requirements.txt } }taskkill /F /T /FI "WINDOWTITLE eq Whisper WebUI*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
Suno AI 研发的极具表现力的文本到语音模型(支持笑声、叹息)。
Web Interfacechcp 65001 ; pip install git+https://github.com/suno-ai/bark.gitchcp 65001 ; python -m bark --text "Hello world"chcp 65001 ; pip install git+https://github.com/suno-ai/bark.git --upgradetaskkill /F /T /FI "WINDOWTITLE eq Bark*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
企业级私人 ChatGPT,可把任何文档转化为知识库。
http://localhost:3001chcp 65001 ; docker pull mintplexlabs/anythingllmchcp 65001 ; docker run -d -p 3001:3001 --name anythingllm mintplexlabs/anythingllm ; start http://localhost:3001chcp 65001 ; docker stop anythingllm ; docker rm anythingllm ; docker pull mintplexlabs/anythingllmdocker stop anythingllm此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
最强大的 AI 原生代码编辑器。
chcp 65001 ; echo "请前往 cursor.sh 手动下载安装"chcp 65001 ; cursor .chcp 65001 ; cursor --disable-extensionstaskkill /F /IM cursor.exe此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
微软出品的开源代码编辑器。
codetaskkill /F /IM Code.exe