# 1 · 拉取项目
$ git clone https://github.com/Hector-xue/IvyeaOps.git
$ cd IvyeaOps
# 2 · 配置环境
$ cp .env.example .env # admin password & port
# 3 · 启动服务
$ docker compose up -d
→ http://localhost:8080 ✓
# 1 · 拉取项目
PS> git clone https://github.com/Hector-xue/IvyeaOps.git
PS> cd IvyeaOps
# 2 · 配置环境
PS> copy .env.example .env # admin password & port
# 3 · 启动服务(需 Docker Desktop)
PS> docker compose up -d
→ http://localhost:8080 ✓
# 1 · 拉取项目
$ git clone https://github.com/Hector-xue/IvyeaOps.git
$ cd IvyeaOps
# 2 · 一键安装(装依赖+构建+生成 .env)
$ bash scripts/install.sh
# 3 · 启动服务
$ bash scripts/start.sh
→ http://127.0.0.1:8001 ✓
# 1 · 下载并解压(或 git clone)
PS> git clone https://github.com/Hector-xue/IvyeaOps.git
# 2 · 双击「安装 IvyeaOps.bat」
自动装 Python/Node + 依赖,并在桌面创建快捷方式
# 3 · 双击桌面「IvyeaOps」启动
浏览器自动打开,首启向导填一个全局兜底大模型即可用全部 AI
→ http://127.0.0.1:8001 ✓
🇨🇳 国内更快:把第 1 行 clone 换成 gh 代理(零登录)→ git clone https://gh-proxy.com/https://github.com/Hector-xue/IvyeaOps.git(其余两步不变)。装依赖会自动切清华 + 淘宝镜像。
💡 服务器没浏览器(无头)?在你本机执行 ssh -L 8001:127.0.0.1:8001 用户@服务器,再开 http://127.0.0.1:8001;正式/团队部署用 nginx 反代 + 域名(见「生产部署」)。