OmaSeek: Omarchy ๐ค DeepSeek Harness
September 19, 2026 ยท View on GitHub
Use DeepSeek Harness and hate the boring light-dark themes? In love with the Omarchy spirit and aesthetics? We got you covered!
Three plugins:
- Themes: all 22 Omarchy light/dark themes, rectangular buttons
- Pixel: The cool pixel animations on omarchy.org
- Music: Streams Omarchy Radio โ every song in the station's playlist, with back/play/forward on the card; collapsible
https://github.com/user-attachments/assets/00b55a6a-9f12-4df9-be09-c113dfd9fb79
Quick start
npx users
If you use npx @deepseek-ai/dsh web to launch DSH, do this to install all three plugins:
npx @deepseek-ai/dsh plugin --profile web add omaseek-themes@latest omaseek-pixel@latest omaseek-music@latest
OR, pick and choose. Eg., if you don't care about the music player, use this:
npx @deepseek-ai/dsh plugin --profile web add omaseek-themes@latest omaseek-pixel@latest
Then restart the harness.
Source install users
If you build dsh manually from source, run this to install all plugins:
cd /path/to/deepseek-harness
pnpm dsh plugin --profile web add omaseek-themes@latest omaseek-pixel@latest omaseek-music@latest
OR, pick and choose. Eg., if you don't care about the music player, use this:
cd /path/to/deepseek-harness
pnpm dsh plugin --profile web add omaseek-themes@latest omaseek-pixel@latest
Variables
Settings โ OmaThemes
- Appearance (Light / Dark / System), themes (duh), and corner shapes (squircle/square)
Settings โ OmaPixel
- Pixel field: Off, Ambient (only the background animations), or Interactive (cursor glow and press-to-stamp).
- Headline: Loop forever or just play Once
Documentation
- docs/how-it-works.md: technical details for nerds and clankers
- docs/contributing.md
- CREDITS.md
Credits
- DHH (duh) and his beautiful creation Omarchy: the themes, the hero field, the headline rotation and the music card are all ports of omarchy.org's own front end.
- DeepSeek Harness (also duh): Everything is a plugin, just like OmaSeek
- We Can Fix Everything (The Ultimate Machine) by Kevin Koontz
License
MIT โ see LICENSE.