返回目錄

ipollowork

維護狀態: 活躍

devin-axis/ipollowork

開源 AI 工作空間,具備自進化智慧體執行時,可編輯程式碼、設計、演示、網站與影片,並整合 DeepSeek Harness 子智慧體委派。

前往 GitHub專案首頁
$ git clone https://github.com/Devin-AXIS/iPolloWork.git

5,517

星數

1,030

Fork

TypeScript

語言

NOASSERTION

授權條款

2025-08-25

建立於

2026-09-08

最近推送

原始碼可用(iPolloWork Source Available License 1.0)的本地優先 AI 工作台,產出可編輯的程式碼、文件、網站、設計與影片;DeepSeek Harness 以選配子代理執行階段接入,整合開發中,尚未進入最新穩定版。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

NOASSERTION

01它能幫你完成什麼?

  • Turn one goal into editable code, documents, presentations, websites, designs and video in a local-first AI workbench

    Editable artifacts — code, documents, decks, websites, visual designs and videos — that stay editable after generation instead of a finished file or a chat transcript

    Individuals and teams who want agent-generated deliverables they can keep inspecting and editing in one workspace

  • Run supervised agent execution: planning, tool use, file edits and commands with human approval

    Completed work you inspect in place, with approved actions and state the agent continues from

    Users who want hands-on control over a coding agent workflow — approving permissions and reviewing each step

  • Delegate bounded subtasks from an iPolloWork task to DeepSeek Harness subagents once the in-development integration ships

    Structured results from DSH subagents returned into the same iPolloWork task, with both Skills and plugin ecosystems retained

    DeepSeek Harness users who want to combine DSH's specialized subagents with iPolloWork's editable workbench in one workflow

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Desktop install: an installer matching your OS and CPU from GitHub Releases (.dmg for macOS, .exe for Windows, .AppImage for Linux)
  • Source development: Git, Node.js 22 or newer, pnpm 11 (enabled via `corepack enable`), Bun 1.3.10 or newer, plus platform build tools (Xcode Command Line Tools on macOS, VS 2022 Build Tools with C++ on Windows, an Electron C/C++ build environment on Linux)

安裝步驟

  1. 01

    Download the installer that matches your operating system and CPU from GitHub Releases (macOS arm64/x64 .dmg, Windows x64/arm64 .exe, Linux x64/arm64 .AppImage)

  2. 02

    macOS: open the .dmg, then drag iPolloWork into Applications; Windows: run the .exe installer; Linux: make the AppImage executable with `chmod +x ipollowork-*.AppImage`, then run it

  3. 03

    Or run from source: `git clone https://github.com/Devin-AXIS/iPolloWork.git`, `cd iPolloWork`, `corepack enable`, `./ipollowork setup`, `./ipollowork dev` (use `.\ipollowork.cmd` on Windows)

    $ git clone https://github.com/Devin-AXIS/iPolloWork.git

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Optional DeepSeek Harness subagent runtime: iPolloWork delegates bounded task work to DSH subagents and brings structured results back into the same task; the integration is in active development and not yet included in the latest stable release

  • Agent-first execution

    a described outcome / taskplanned work executed with tools — files read and modified, commands run, continuing from the current state

    modifies local filesruns commands on your machine (actions are presented for approval)
  • Editable multi-format results

    generated code, documents, decks, websites, designs and videotext, images, layout and scenes remain editable after generation

  • Local control & extensibility (BYOM)

    your own model or provider; Skills, plugins, MCP servers and browser automationan extended local workspace; optional iPolloCloud connection for identity and hosted services

    network access to your model provideroptional iPolloCloud account when Cloud features are used
  • DeepSeek Harness subagent delegation (in development)

    bounded work delegated from an iPolloWork task to DSH subagentsstructured results brought back into the same task, with both ecosystems' Skills and plugins retained

    integration is in active development and not included in the latest stable release yet

04適合誰?何時不該用?

適合

  • Individuals and teams who want agent-generated deliverables they can keep inspecting and editing in one workspace
  • Users who want hands-on control over a coding agent workflow — approving permissions and reviewing each step
  • DeepSeek Harness users who want to combine DSH's specialized subagents with iPolloWork's editable workbench in one workflow

不適合

  • The DeepSeek Harness subagent integration is in active development and is not included in the latest stable release yet — DSH delegation is not available in current released builds.
  • iPolloWork uses the source-available iPolloWork Source Available License 1.0 (not OSI-approved open source): free only for individual personal self-use and internal use by fewer than three users; any broader, commercial or customer-facing use requires prior written authorization.

05相容性、維護與安全提醒

  • The DeepSeek Harness subagent integration is in active development and is not included in the latest stable release yet — DSH delegation is not available in current released builds.
  • iPolloWork uses the source-available iPolloWork Source Available License 1.0 (not OSI-approved open source): free only for individual personal self-use and internal use by fewer than three users; any broader, commercial or customer-facing use requires prior written authorization.
  • Locally built, unsigned installers may trigger Microsoft Defender SmartScreen on Windows, and local packaging outputs are unsigned unless Apple/Windows signing credentials are supplied.
2025-08-252026-08-19deepseek-ivideo-v0.1.1

iPolloWork Source Available License 1.0 · actively maintained (latest release deepseek-ivideo-v0.1.1, 2026-08-16)

06常見問題

iPolloWork 如何接入 DeepSeek Harness?

DeepSeek Harness(DSH)正被整合為選配的子代理執行階段:iPolloWork 仍是主要工作台,任務在需要時可把有邊界的工作委派給 DSH 子代理,再把結構化結果帶回同一任務。雙方各自保留自己的 Skills 與外掛生態。

目前的穩定版可以使用 DeepSeek Harness 整合嗎?

還不行。README 明確說明該整合正在積極開發中,尚未包含在最新穩定版中。

安裝 iPolloWork 需要準備什麼?

從 GitHub Releases 下載符合你的作業系統與 CPU 的安裝檔(.dmg / .exe / .AppImage);或從原始碼執行,需要 Git、Node.js 22+、透過 `corepack enable` 啟用的 pnpm 11 以及 Bun 1.3.10+,然後執行 `./ipollowork setup` 與 `./ipollowork dev`。

需要註冊 iPolloCloud 帳號嗎?

不需要。Cloud 連線是選配的——本機 iPolloWork 不需帳號或商業服務即可運作,也可以自備模型或供應商。

授權條款是什麼?

iPolloWork 採用 iPolloWork Source Available License 1.0:僅個人自用與少於三人的小型內部使用免費;更廣泛、商業或面向客戶的使用需事先取得書面授權。

08資料與來源

  • 作者聲明github.come01c40c969b5…

    iPolloWork is integrating [DeepSeek Harness (DSH)](https://github.com/deepseek-ai/deepseek-harness) as an optional subag…

  • 作者聲明github.come01c40c969b5…

    The integration is in active development and is not included in the latest stable release yet.

  • 作者聲明github.come01c40c969b5…

    a task can delegate bounded work to DSH subagents when useful, then bring structured results back into the same task.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。