OpenBidKit_Yibiao is a desktop AI-assisted bidding document tool that runs locally, supports multiple AI backends, and includes knowledge base, document parsing, and workflow recovery features. It is an open-source Electron app with TypeScript/React, and provides Windows/macOS build scripts and client tooling.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
OpenBidKit_Yibiao is a desktop AI-assisted bidding document writing tool that runs locally and is open source. It aims to provide AI-generated technical proposals, document processing, knowledge base reuse, bid document checks, and workflow recovery.
How it works
The project uses a desktop client built with Electron, React, and TypeScript. It supports multiple AI backends (OpenAI-like APIs, DeepSeek, and Volcano Ark) and local models via integrations (ollama, lm studio). It includes modules for technical proposals, knowledge bases, bid redundancy checks, and waste-item checks, with a background task system that persists progress to disk. The Pi Agent handles AI task orchestration and provides a local runtime.
Getting started
From the README, local development involves:
cd client
npm ci
npm run dev
Upgrade tooling for specific platforms is done with:
node scripts/prepare-agent-tools.cjs --platform win32 --arch x64
node scripts/prepare-agent-tools.cjs --platform darwin --arch x64
node scripts/prepare-agent-tools.cjs --platform darwin --arch arm64
For a build:
cd client
npm run build
Windows local packaging:
npm run dist:win
The latest releases are downloadable from GitHub Releases for installation.
Recent releases
Latest entries show v2.24.10 (2026-08-05), v2.24.9 (2026-08-05), v2.24.8 (2026-08-05), v2.24.7 (2026-08-04), v2.24.6 (2026-08-04) with changes focused on agent packaging, toast behavior, and script updates.
Traction
Stars: 2235 Forks: 597 Open issues: 49
Behind the repo
The repository is maintained under the FB208 account and is released under AGPL-3.0. It uses Electron for the desktop client, with client code under client/ and tooling under tools/ and analytics/.
Caveats
License: AGPL-3.0. The README indicates a focus on open-source, local workspace data, and the Pi Agent runtime. The LICENSE is AGPL-3.0, and age shows creation in 2025-08-04 with last push on 2026-08-04. No explicit open issues or known blockers beyond the count provided (49).






