极客专属的跨平台 AI 工具与大模型速查控制台 / 自动化执行引擎
开源自托管 AI 助手,支持多模型、多通道、插件扩展。
http://127.0.0.1:18789/health'chcp 65001 ; npm install -g openclawchcp 65001 ; powershell -NoProfile -Command "Start-Process -WindowStyle Hidden -FilePath 'cmd.exe' -ArgumentList '/c','openclaw gateway run --auth none --port 18789 --force' ; for ($i=0; $i -lt 60; $i++) { try { $r = Invoke-WebRequest -UseBasicParsing -TimeoutSec 2 -Uri 'http://127.0.0.1:18789/health' ; if ($r.StatusCode -eq 200 -and $r.Content -like '*"ok":true*') { break } } catch {} ; Start-Sleep -Milliseconds 500 } ; $url = ((openclaw dashboard --no-open --yes) 2>&1 | Select-String -Pattern 'Dashboard URL:\s*(\S+)' | ForEach-Object { $_.Matches[0].Groups[1].Value } | Select-Object -First 1) ; if (-not $url) { $url = 'http://127.0.0.1:18789/' } ; Start-Process $url"chcp 65001 ; npm install -g openclaw@latest --forcechcp 65001 ; powershell -NoProfile -Command "Get-NetTCPConnection -LocalPort 18789 -ErrorAction SilentlyContinue | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue } ; Get-Process -Name openclaw,node -ErrorAction SilentlyContinue | Where-Object { $_.CommandLine -like '*openclaw*' } | Stop-Process -Force -ErrorAction SilentlyContinue"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
具备自我学习闭环的智能体。
Web Interfacechcp 65001 ; $hermesDir = Join-Path $env:LOCALAPPDATA 'hermes\hermes-agent' ; if (-not (Test-Path $hermesDir)) { git clone https://github.com/NousResearch/hermes-agent.git $hermesDir } ; if (Test-Path "$hermesDir\pyproject.toml") { Set-Location -Path $hermesDir ; if (-not (Test-Path 'hermes-env')) { uv venv hermes-env --python cpython-3.12 } ; .\hermes-env\Scripts\activate ; uv pip install -e . ; Write-Host '✅ Hermes Agent 安装成功!' -ForegroundColor Green } else { Write-Host '❌ 克隆失败,请检查网络连接' -ForegroundColor Red }chcp 65001 ; $hermesDir = Join-Path $env:LOCALAPPDATA 'hermes\hermes-agent' ; if (Test-Path "$hermesDir\hermes-env\Scripts\hermes.exe") { Set-Location -Path $hermesDir ; .\hermes-env\Scripts\activate ; hermes } elseif (Test-Path "$hermesDir\cli.py") { Set-Location -Path $hermesDir ; if (Test-Path 'hermes-env\Scripts\activate') { .\hermes-env\Scripts\activate } ; python cli.py } else { Write-Host '❌ Hermes 未安装。请先点击【安装】按钮。' -ForegroundColor Red }chcp 65001 ; $hermesDir = Join-Path $env:LOCALAPPDATA 'hermes\hermes-agent' ; if (Test-Path "$hermesDir\pyproject.toml") { Set-Location -Path $hermesDir ; git pull ; if (-not (Test-Path 'hermes-env')) { uv venv hermes-env --python cpython-3.12 } ; .\hermes-env\Scripts\activate ; uv pip install -e . --upgrade --reinstall ; Write-Host '✅ Hermes Agent 修复完成!' -ForegroundColor Green } else { git clone https://github.com/NousResearch/hermes-agent.git $hermesDir ; if (Test-Path "$hermesDir\pyproject.toml") { Set-Location -Path $hermesDir ; uv venv hermes-env --python cpython-3.12 ; .\hermes-env\Scripts\activate ; uv pip install -e . ; Write-Host '✅ Hermes Agent 重新安装成功!' -ForegroundColor Green } }taskkill /F /T /FI "WINDOWTITLE eq Hermes*" ; taskkill /F /T /FI "WINDOWTITLE eq AICmdHubExec_hermes*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
强大的本地 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:13000chcp 65001 ; docker run -d -p 13000:8080 --name open-webui openwebui/open-webui:mainchcp 65001 ; docker start open-webui ; start http://localhost:13000chcp 65001 ; docker stop open-webui ; docker rm open-webui ; docker run -d -p 13000:8080 --name open-webui openwebui/open-webui:maindocker stop open-webui此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
最受欢迎的开源自托管可视化 LangChain AI 工作流与智能体构建平台。
http://localhost:3002chcp 65001 ; npm install -g flowisechcp 65001 ; start /B flowise start --port 3002 ; start http://localhost:3002chcp 65001 ; npm install -g flowise@latest --forcetaskkill /F /T /FI "WINDOWTITLE eq Flowise*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
开源自动化工作流引擎。
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*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
极简且高质量的 SDXL 绘画界面。
http://127.0.0.1:7865chcp 65001 ; git clone https://github.com/lllyasviel/Fooocus.git ; if (Test-Path "$ORIGIN_CWD/Fooocus") { Set-Location -Path "$ORIGIN_CWD/Fooocus" ; pip install -r requirements_versions.txt }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Fooocus") { Set-Location -Path "$ORIGIN_CWD/Fooocus" ; start /B python entry_with_update.py ; start http://127.0.0.1:7865 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/Fooocus") { Set-Location -Path "$ORIGIN_CWD/Fooocus" ; git pull ; pip install -r requirements_versions.txt --upgrade } else { git clone https://github.com/lllyasviel/Fooocus.git ; if (Test-Path "$ORIGIN_CWD/Fooocus") { Set-Location -Path "$ORIGIN_CWD/Fooocus" ; pip install -r requirements_versions.txt } }taskkill /F /T /FI "WINDOWTITLE eq Fooocus*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
国产 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 研发的极具表现力的文本到语音模型(支持笑声、叹息)。
chcp 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极速、省显存的本地大模型推理与服务引擎,兼容 OpenAI API 协议。
chcp 65001 ; pip install vllmchcp 65001 ; start /B python -m vllm.entrypoints.openai.api_server --model Qwen/Qwen2.5-1.5B-Instruct --port 8000 ; start http://localhost:8000/v1/modelschcp 65001 ; pip install vllm --upgradetaskkill /F /T /FI "WINDOWTITLE eq vllm*" ; stop-process -name python -ErrorAction SilentlyContinue此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
Stability AI 推出的本地视频生成模型(图片转视频)。
http://localhost:8501chcp 65001 ; git clone https://github.com/Stability-AI/generative-models.git ; if (Test-Path "$ORIGIN_CWD/generative-models/requirements/pt2.txt") { Set-Location -Path "$ORIGIN_CWD/generative-models" ; pip install -r requirements/pt2.txt ; pip install . }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/generative-models/README.md") { Set-Location -Path "$ORIGIN_CWD/generative-models" ; start /B python -m streamlit run scripts/demo/video_sampling.py ; start http://localhost:8501 }chcp 65001 ; if (Test-Path "$ORIGIN_CWD/generative-models/README.md") { Set-Location -Path "$ORIGIN_CWD/generative-models" ; git pull ; pip install -r requirements/pt2.txt --upgrade } else { git clone https://github.com/Stability-AI/generative-models.git ; if (Test-Path "$ORIGIN_CWD/generative-models/requirements/pt2.txt") { Set-Location -Path "$ORIGIN_CWD/generative-models" ; pip install -r requirements/pt2.txt ; pip install . } }taskkill /F /T /FI "WINDOWTITLE eq streamlit*"此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。
字节跳动推出的一站式 AI 智能体开发平台,支持快速创建 Chatbot 并部署。云端免安装运行。
https://www.coze.cnchcp 65001 ; echo 'SaaS云端服务已就绪,无需本地安装'chcp 65001 ; start https://www.coze.cnchcp 65001 ; echo 'SaaS云端服务已就绪,无需修复'chcp 65001 ; echo 'SaaS服务运行在云端,无需本地停止'此操作将彻底删除本地软件、容器或代码库的所有环境及相关数据。