sero-labs /
sero
Local-first desktop workspace for AI agents: browser, terminal, memory, plugins, runtimes, and durable loops.
Loading repository data…
freestylefly / repository
Open-source desktop AI agent workspace with one-click Claude Code, Codex, OpenClaw, Hermes Agent setup and custom LLM model routing.
WeSight is an open-source desktop control console for local AI agents. It helps you install or reuse Claude Code, Codex, Kimi Code, OpenClaw, Hermes Agent, OpenCode, Qwen Code, DeepSeek-TUI, and the built-in agent runtime, then gives them a visual workspace for chat, tools, files, IM channels, skills, model providers, runtime metrics, and desktop companion workflows.
Early public releases ship macOS Apple Silicon and Intel builds. If WeSight helps your agent workflow, a Star makes the project easier for more builders to discover.
Terminal-native coding agents are powerful, while their setup, model routing, permissions, IM entry points, file changes, and runtime metrics often live in separate places. WeSight turns those moving pieces into one desktop workspace:
Want to appear here? Add me on WeChat and include your product name plus a short project sponsorship note in the friend request.
| Sponsor | Description |
|---|---|
| Project sponsor. PPToken provides API relay and key distribution for ChatGPT, Claude, Gemini and other mainstream AI models, with low latency, high availability, pay-as-you-go billing, and flexible subscription plans. | |
| Project sponsor. Ciyuan API aims to become a one-stop AI interface platform for developers, providing stable, low-latency, and highly available large model API services to make AI application development simpler. |
| Engine | Best For | Setup Path |
|---|---|---|
| Built-in runtime | General desktop cowork sessions and skills | Included in WeSight |
| Claude Code | Claude Code workflows with a graphical chat surface | One-click install or existing local CLI config |
| Codex | Codex CLI workflows, local task execution, and IM control | One-click install or existing local CLI config |
| Kimi Code | Kimi Code workflows with local login, Skills, and MCP | Official installer or existing local CLI config |
| OpenClaw | Runtime gateway, IM channels, sandbox-style agent work | Local runtime/CLI reuse or WeSight setup flow |
| Hermes Agent | Local Hermes Agent gateway and IM-style runtime experiments | Official installer or existing local CLI config |
| OpenCode | OpenCode terminal agent workflows | One-click install or existing local CLI config |
| Qwen Code | Qwen-friendly coding workflows and DashScope setups | One-click install or existing local CLI config |
| DeepSeek-TUI | DeepSeek-TUI HTTP/SSE runtime and tool streaming | One-click install or existing local CLI config |
WeSight keeps model setup in one place, then maps it into the selected engine when that engine follows WeSight settings.
Public desktop builds are published through GitHub Releases:
Early public releases currently ship macOS Apple Silicon and Intel builds. Release assets are intended for end users. CI artifacts are short-lived build outputs for maintainers to test before a release is published.
Download the matching macOS DMG from the latest release: WeSight-*-mac-arm64.dmg for Apple Silicon or WeSight-*-mac-x64.dmg for Intel. Open it and drag WeSight.app into the Applications folder.
Preview builds are not signed and notarized yet. macOS may show a message like:
“WeSight.app” is damaged and cannot be opened. You should move it to the Trash.
This is usually a Gatekeeper quarantine warning for an unsigned app. It does not mean the downloaded package is corrupted. Click Cancel first.
Open the built-in macOS Terminal app and run:
xattr -cr /Applications/WeSight.app
After the command finishes, open WeSight again. If you installed WeSight somewhere else, replace /Applications/WeSight.app with the actual path to your WeSight.app.
>=24 <25git clone https://github.com/freestylefly/wesight.git
cd wesight
npm install
npm run electron:dev
The Vite dev server runs at http://localhost:5175.
# Start WeSight and detect supported local agent CLIs from Settings
npm run electron:dev
# Convenience aliases currently point to the same development entry
npm run electron:dev:openclaw
npm run electron:dev:hermes
Useful OpenClaw development variables:
# Override OpenClaw source location
OPENCLAW_SRC=/pa
Selected from shared topics, language and repository description—not editorial ratings.
sero-labs /
Local-first desktop workspace for AI agents: browser, terminal, memory, plugins, runtimes, and durable loops.