oardsh
其他 活跃维护

oardsh

GreatV/oardsh

轻量级桌面工具,封装大模型核心调用能力,无需复杂配置即可在本地直接唤起AI辅助,支持离线运行、快捷交互,覆盖文档处理、内容创作等日常使用场景,操作简单响应流畅。

2
Stars 标星
0
Forks 分支
2
Watchers 关注
0
Open Issues
Rust
主要语言
MIT
开源协议
3.1 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:GreatV/oardsh
git clone https://github.com/GreatV/oardsh.git
git clone git@github.com:GreatV/oardsh.git
README.md main
oardsh # oardsh Bring [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) to your desktop. [简体中文](https://github.com/GreatV/oardsh/blob/main/README.zh-CN.md)

oardsh running a dsh session

oardsh keeps the familiar dsh Web experience and adds what only a native app can. Everything it contributes lives inside dsh's own Settings page, follows its theme, layout and language, and wears the app's whale mark so oardsh's surfaces are always distinguishable from stock dsh.

  • Tray residency — closing the window hides it to the tray; the session keeps running. The tray menu shows the window, restarts the server, or quits. A second launch focuses the existing instance.
  • Context meter on hover — the composer's context ring opens its panel on hover rather than a click, and the panel gains each bucket's share of the used context plus the free remainder. dsh's session stats move in there by default, replacing the truncated line under the composer; Settings → General puts them back.
  • Usage statistics — a dashboard built from local session transcripts: tokens, sessions, messages, active days and current streak over the last 7 or 30 days, a year-long activity heatmap, a daily token trend stacked by model, and each model's share.
  • Network proxySettings → General can route network traffic through a proxy. Choose Off, System, or a manual address. Applying the change restarts the server.

Download

Grab the installer for your platform from GitHub Releases — macOS DMG (Apple Silicon or Intel), Windows x64 installer, or Linux x64 AppImage / Debian / RPM.

Development

npm install
npm run tauri dev     # run
npm run tauri build   # build installers for the current platform