@durante-tech/dos
v0.0.23
Published
Durante Operating System (DOS) — magnifying human capabilities through AI-powered skills, agents, and workflows for Claude Code
Maintainers
Readme
@durante-tech/dos
Durante Operating System (DOS) — magnifying human capabilities through AI-powered skills, agents, and workflows for Claude Code.
Publication status
This README documents the active 0.0.23 package source. V23-B-01 ratifies public npm, while the frozen
0.0.22 artifact is selected for publication only from immutable parent source 7effa20351e2d6ee6810301227838ac48382c9a7
after both runtime tags match its pinned gitlink. Do not interpret a local package build as registry
availability; require the protected workflow plus anonymous registry and install receipts. Mutable branch
state is never a publication source.
Quick Start (after the release gate)
Both your license key AND a pair token are required — issued together at https://www.duranteos.com/install.
Create a regular, current-user-owned mode-0600 file containing exactly two
lines (license key, then pair token), preferably populated by your secret
manager. The file path—not its contents—may appear in process arguments.
npx @durante-tech/dos install --credentials-file "$DOS_CREDENTIALS_FILE"Or install globally:
npm i -g @durante-tech/dos
durante install --credentials-file "$DOS_CREDENTIALS_FILE"Commands
| Command | Description |
|---------|-------------|
| durante install --credentials-file PATH | Install DOS into ~/.claude/ using an owner-private two-line file |
| durante upgrade | Upgrade to latest version (preserves customizations) |
| durante status | Show installed version, skill counts, health |
| durante doctor | Validate installation integrity |
| durante work init --create --owner ORG [--title TITLE] | Create or adopt the GitHub Project Work OS, create its nine custom fields, and generate the install-class sidecar |
| durante work --help | Show Work OS lifecycle commands, install-sidecar location, and GitHub scope prerequisite |
| durante version | Show package version |
What You Get
- Generated skill and workflow inventory — the release artifact, not a hand-maintained README count, is authoritative
- Current agent definitions — Engineer, Architect, Pentester, and other bounded delivery roles
- Terminal themes — dracula, nord, tokyo-night, catppuccin, and more
- Algorithm v0.0.11 ratification level — the operative v0.0.10 Parts 1–16 provide the structured execution doctrine
Prerequisites
- Node.js 18+ (for npx/npm)
- Git (for cloning the release)
- Bun (auto-installed if missing)
- Claude Code (the AI coding tool from Anthropic)
How It Works
durante installclones the package-pinned DOS release from GitHub- Copies it to
~/.claude/(Claude Code's config directory) - Runs the DOS installer for hooks, MCPs, and runtime setup
- You're ready — open Claude Code and say hello
Upgrading
durante upgradeUpgrades preserve your customizations:
~/.claude/DOS/USER/— your preferences and named agents~/.claude/settings.json— your identity, API keys, counts~/.claude/MEMORY/— your work tracking and PRDs
Links
License
MIT
