Back to home@luxiu666

OmniOps

No description

Stars
7
Language
TypeScript
Created
Aug 19, 2026
Updated
Aug 20, 2026
GitHub repo

Introduction

OmniOps

English | 中文

OmniOps is the company-wide AIOps platform for intelligent IT operations, focused on fast problem diagnosis across the entire technology stack.

It is built on the open-source DeepSeek Harness agent framework — an everything is a plugin architecture powered by Cordis — and extends it into an operations-diagnosis toolkit. Its cascading three-level diagnosis scope (TechStack → Component → Skill) covers database deadlocks, big-key detection, GPU memory/utilization, drop-card detection, and more, helping engineers locate and resolve incidents quickly.

Developer preview

OmniOps is currently in developer preview and is iterating rapidly. THERE WILL BE COMPATIBILITY-BREAKING CHANGES.

Run

Run from npm

Install Node.js, then run:

npx @deepseek-ai/dsh web

The command starts the Web UI, served at http://127.0.0.1:3080 by default. See Web UI guide.

Run from source

To run from a repository checkout:

git clone https://github.com/luxiu666/OmniOps.git
cd OmniOps
pnpm install
pnpm run build
pnpm dsh web

Community and support

Contributing

See CONTRIBUTING.md.

Development

Start with the development guide and architecture documentation.

For agents, follow AGENTS.md.

License

MIT

Third-party dependencies and their licenses are disclosed in THIRD_PARTY_NOTICES.md.