At a glance
What it does
Connect the OpenBitFun Agent SDK Host to DeepSeek Harness as tools.
Profiles Profile
Not declared in supplied evidence
Evidence-verified
Checked Sep 15, 2026, 2:29 PM UTC
Code-evidenced contributions
What it adds to DSH
Registers OpenBitFun as a DeepSeek Harness tool provider through the SDK Host bridge.
Mechanism evidence ↗Before you choose it
This bundle adds an OpenBitFun bridge entry to a Harness profile. Its patch registers the bridge with neutral defaults; customize the profile when the SDK Host binary is in a nondefault location or a tighter timeout is needed.
Best for
DeepSeek Harness users who run OpenBitFun locally and want its Agent SDK Host available to their Harness workflows.
Common tasks
- Expose OpenBitFun Agent SDK Host capabilities as Harness tools.
- Add OpenBitFun to a profile without writing the bridge registration yourself.
- Override the SDK Host path or query timeout in the profile configuration.
Permissions and data
The supplied bundle patch only registers a local OpenBitFun bridge; runtime permissions and data behavior were not executed or fully described.
Permissions- A local SDK Host executable may need to be configured with hostPath.
- Runtime data handling is not described in the supplied bundle manifest or patch.
- Credential requirements are not described in the supplied evidence.
Limitations
- No npm registry distribution was found for version 0.1.0; use the verified pinned Git bundle route.
- No install script, engine range, or peer dependencies were supplied.
- The Host bridge runtime behavior, tool list, and successful connection were not executed.
What DSHub checked
- The package manifest identifies dsh-openbitfun 0.1.0 as a DeepSeek Harness plugin bundle.
- The bundle patch registers an entry named dsh-openbitfun with ID openbitfun.
- The immutable Git bundle structure was verified.
- The repository license is MIT.
What DSHub did not check
- Installation in a local Harness profile.
- Availability or behavior of the configured OpenBitFun SDK Host.
- Runtime permissions, data flows, credentials, and network use.
Pinned install
Install OpenBitFun Bridge
This plugin bundle does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Project README
English · 中文
<div align="center">
Built to keep going.
OpenBitFun is an open-source desktop workspace for AI agents. It brings together a fast, reliable Rust Agent Runtime, a powerful, flexible Agent Harness, and a polished desktop experience to make working with agents straightforward.
Use AI to write code, fix bugs, research a topic, draft reports, create presentations, and build tools for your daily work. You can also create a specialist agent for motion comic production, visual design, or your own field, with a workflow tailored to your needs.
⭐ Star OpenBitFun to follow its progress and help others discover the project.
Download · Mini App Marketplace · Contribute
</div>
Four modes for the way you work
The Agent Harness shapes how a task gets done. It plans steps, manages context, calls tools, coordinates agents, and brings their results together. Choose the mode that fits the task:

| Mode | When to use it |
|---|---|
| Minimal | Quick collaboration. Start with a clear goal. The agent acts directly, you give feedback, and you refine the work together. |
| Standard | Everyday tasks. For work with several steps: plan the approach, work through it, and check the results. |
| Ultimate | Complex tasks. Dig into demanding problems, divide the work among agents, and bring their results together. |
| Creative | Creation and customization. Build Mini Apps or extend OpenBitFun's interface and capabilities to make the workspace your own. |
Your agent, across devices
Switch devices. Keep the task moving. Start at your desktop, pick up the conversation on your phone, or use a browser to check progress, add instructions, and respond to approval requests. Work continues on the device running the task, wherever you connect from.
On mobile, switch between layouts for one, two, or three screens. Focus on the conversation with a single screen, then unfold your phone to view conversations and files side by side. The interface adapts as the screen layout changes.
We're also building ways to connect from watches and glasses. The device extension protocol lets us bring task updates and simple interactions to more wearables, extending collaboration from your desk to your wrist and beyond.

Use SSH to work on a remote host, through a jump host, or inside a container, with files, commands, and agent execution in the target environment. The desktop app and CLI share core execution capabilities; mobile clients and messaging bots offer more ways to control tasks.
Account login, synchronization, and control between devices on the same account run through a Relay server you deploy. See Remote Connect and remote workspaces for connection options.
</details>Turn everyday needs into useful apps
Build a Git insights panel for a repository, a workspace for presentations, or a form that brings routine actions together. Mini Apps turn specific needs into tools you can use.
Describe what you need and let the agent build it. Each Mini App pairs a dedicated interface with an agent conversation, so you can use the app for everyday work and keep improving it through chat.
Install and reuse the apps you build, or explore the Mini App Marketplace for tools that fit your work.
Extend OpenBitFun with OpenBitFun
Customize the roles, tools, interface, and source code. Start with an agent that fits your work, then extend the workspace around it:
- Build a specialist agent. Choose a model, define its role, and equip it with the tools and workflows it needs for motion comic production, visual design, code review, or your own field.
- Connect tools and workflows. Connect tools through MCP, turn repeatable processes into Skills, and use Hooks to customize how tasks run.
- Change the interface and source. Install skins for a new look, or modify the UI, tools, and runtime source to build your own version of OpenBitFun.
You can ask OpenBitFun's Code Agent to modify and extend OpenBitFun itself.
Learn more about agent management, Hooks and compatibility, and the product architecture.
Built for sustained work
The Rust Agent Runtime manages session state, context, and tool execution. Persistent sessions, interruption recovery, long-term memory, and support for extended tasks help keep work moving. Context compression and cache reuse help control resource consumption over longer runs.
In this DeepSWE v1.1 evaluation, OpenBitFun achieved:
- GLM-5.3-Flash: 64.6% pass rate, 42.9 minutes median runtime (P50).
- DeepSeek-V4-Flash: 56.6% pass rate, 19.6 minutes median runtime (P50).

More to explore
These are just some of OpenBitFun's features. Explore more tools, workflows, and extensions as you put it to work on your own tasks.

Where we're headed
OpenBitFun is still evolving. Here are three directions we want to explore:
- Lights-Out Factory: Plan and design during the day, let tasks continue on a server, and come back the next morning to review the results.
- Infinite Radius: Extend from desktops and phones to wearables and embedded devices, so work can continue in more places.
- App Evolution: Enable more people to shape software, from personal tools to versions tailored to a profession or industry.
Getting there means making long-running tasks more reliable, the runtime more efficient, and the desktop experience smoother.
Optional legacy data migration
Data migration is optional and uses a separately downloaded OpenBitFun Data Migrator. It runs independently and is not bundled with or launched by the main application. See the download, compatibility and recovery guide.
Build with it. Help shape it.
Star OpenBitFun to follow along. Share what you build, offer feedback, or contribute code to help shape what comes next.
Share your use cases and experience, contribute agents, Skills, Mini Apps, or skins, or help improve the docs, interface, and runtime. Ideas and questions are welcome in this repository's Issues and Discussions. See the contribution guide for the development workflow.
<details> <summary>Download, setup, and running from source</summary>Get the Windows, macOS, or Linux package from the official download page. Install it, configure a model, and open a workspace to get started. See the user guide for usage instructions and download verification for package signature checks.
To run from source, install Node.js 22.12+, pnpm 10.15.0, the Rust toolchain, and the Tauri prerequisites. Clone the repository, then run:
pnpm install
pnpm run desktop:dev
Desktop development supports frontend hot reload and automatic Rust rebuilds. See the CLI guide for the command-line workflow.
</details>Core code is licensed under the MIT License. Third-party dependencies and assets retain their own licenses. Thanks to the open-source authors and contributors who make this work possible. To report a vulnerability, see the security policy.
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Profiles Profile
Delivery: Dsh Bundle Git — GCWing/OpenBitFun#bb6453470264dde7f7ce94b0bc5274a9d5d10d14。
Verify, update, and remove
Show lifecycle commands
dsh plugin --profile profiles listCompatibility and access
DeepSeek Harness bundle with an OpenBitFun SDK Host bridge: Not declared in supplied evidence。
Review compatibility evidence ↗
Risk facts
May require a local OpenBitFun SDK Host binary path
Evidence ↗MIT licensed
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Use the pinned Git bundle because the supplied evidence verifies that delivery path, not an npm publication.
AI reviewed Sep 15, 2026, 2:30 PM UTC。GitHub facts last checked Sep 15, 2026, 2:30 PM UTC。
No material source change has been recorded since this evidence baseline.