Loping151/dsh-vibeos 预览 preview

Loping151/dsh-vibeos

皮肤Skin 原生Native ⭐ 5 NOASSERTION Web 界面Web UI

VibeOS 内置于 DeepSeek Harness 中:整个 Web UI 变成一个虚拟桌面,其应用窗口是模型在你使用时编写的 HTML。移植自 benis-me/VibeOS。

项目介绍Project Overview

VibeOS 是一款 DSH 皮肤插件,把 Web 界面改造成仿鲸鱼操作系统的桌面环境。它提供完整桌面、开始菜单、文件管理器、浏览器、系统设置等组件,支持 Ctrl+Z 撤销、多会话归档与模型分角色配置;用户可通过一段 CSS 自定义皮肤,并可借助客户端 API 覆盖时钟、任务栏等 15 个组件或注册原生应用。当你想让 DSH 拥有类 OS 沉浸式体验时使用。注意:状态存储于 ~/.dsh/storages/,不进聊天记录,删除即清空。

VibeOS is a DSH skin plugin that transforms the web UI into a whale-themed pseudo-OS desktop environment. It ships a full desktop, start menu, file manager, browser, and system settings app, with Ctrl+Z undo, multi-session archiving, per-role model overrides, CSS-based custom skins, and a client API covering 15 components like the clock and taskbar. Use it when you want DSH to feel like a desktop OS. Note: all state lives in ~/.dsh/storages/ outside chat history, so removing the plugin wipes everything.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:Loping151/dsh-vibeos

Loping151/dsh-vibeos 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

VibeOS

VibeOS

English · 简体中文

基于 DeepSeek Harness 的鲸鱼操作系统?(伪)

VibeOS

真·AI驱动的操作系统!

长这样

安装

Linux / macOS:

mkdir -p ~/dsh-plugins && cd ~/dsh-plugins      # 你的插件目录,放哪都行
git clone https://github.com/Loping151/dsh-vibeos.git && cd dsh-vibeos
dsh plugin --profile web add file:.

Windows(PowerShell):

mkdir -Force ~\dsh-plugins; cd ~\dsh-plugins
git clone https://github.com/Loping151/dsh-vibeos.git; cd dsh-vibeos
dsh plugin --profile web add file:.

重启 dsh web,硬刷新浏览器。无需本地构建;更新时 git pull 后 remove 再 add 一次。

日常

  • 关机(经典模式):随时切回常规 DSH——开始菜单、托盘电源钮、设置里都能切,右下角 VibeOS 按钮返回桌面。关机状态下后台不再调用模型。
  • 永久关闭dsh plugin --profile web remove dsh-vibeos
  • 撤销 / 重做Ctrl+Z / Ctrl+Shift+Z 回退、恢复当前窗口的上一帧。
  • 重启:相当于开新会话——当前会话自动归档(保留最近 3 个),设置 → 通用里可随时恢复;系统设置始终保留。

配置

不写配置文件。两处界面即改即生效、互相同步:

  • 桌面内的 系统设置 应用——模型、皮肤、语言、后台节奏、生成风格、壁纸。
  • 经典模式下,DSH 设置对话框的 VibeOS 分区——同一套设置。

模型默认跟随 DSH 并优先 flash 档,可分角色(界面 / 后台)覆盖。

扩展

  • 自定义皮肤——一段 CSS 就是一套皮肤。
  • 客户端 API——覆盖时钟、任务栏等 15 个组件,注册原生应用、皮肤与菜单。

数据

全部状态在 ~/.dsh/storages/vibeos_*.jsonvibeos-images/;不建会话、不进聊天记录,删除即出厂。

致谢

VibeOS(MIT),桌面内核与交互契约皆源于此。

原始灵感来自 Microsoft Build 2026 "Vibe OS"(视频)。

MIT

上一个 Prev dsh-desktop 下一个 Next dsh-web-attention-badge