@muratgur/ordinus
AMCP server package ordinus
Install
agr install @muratgur/ordinus --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "ordinus", "version": "0.6.1", "description": "Local-first agent orchestration shell.", "main": "./out/main/index.js", "author": "Murat Gür", "license": "MIT", "homepage": "https://github.com/muratgur/ordinus", "repository": { "type": "git", "url": "https://github.com/muratgur/ordinus.git" }, "bugs": { "url": "https://github.com/muratgur/ordinus/issues" }, "keywords": [ "electron", "ai-agents", "local-first", "orchestration" ], "engines": { "node": ">=22.13.0", "npm": ">=10" }, "scripts": { "format": "prettier --write .", "lint": "eslint --cache .", "typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false", "typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false", "typecheck": "npm run typecheck:node && npm run typecheck:web", "start": "electron-vite preview", "dev": "electron-vite dev", "dev:scratch": "cross-env ORDINUS_PROFILE=scratch electron-vite dev", "scratch:reset": "node scripts/reset-scratch.mjs", "build": "npm run typecheck && electron-vite build", "postinstall": "electron-builder install-app-deps && npm --prefix resources/whatsapp-mcp install && npm --prefix resources/google-mcp install && npm --prefix resources/x-mcp install", "db:generate": "drizzle-kit generate", "ui:info": "npx shadcn@latest info", "ui:add": "npx shadcn@latest add", "ui:check": "npx shadcn@latest info && npx shadcn@latest add button --dry-run", "build:unpack": "npm run build && electron-builder --dir --config.win.signAndEditExecutable=false", "build:win": "npm run build && electron-builder --win", "build:win:local": "npm run build && electron-builder --win --config.win.signAndEditExecutable=false", "build:mac": "npm run build && electron-builder --mac", "build:linux": "npm run build && electron-builder --linux", "release:win": "npm run build && electron-builder --win --publish never --config.forceCodeSigning=true", "release:mac": "npm run build && electron-builder --mac --publish never --config.forceCodeSigning=true", "mascots:build": "node scripts/build-mascots.mjs" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@electron-toolkit/preload": "^3.0.2", "@electron-toolkit/utils": "^4.0.0", "@modelcontextprotocol/sdk": "^1.29.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-popover": "^1.1.16", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@xyflow/react": "^12.11.0", "better-sqlite3": "^12.5.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "croner": "^10.0.1", "drizzle-orm": "^0.45.0", "lucide-react": "^0.555.0", "npm": "^11.16.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.15.0", "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "zod": "^4.1.13" }, "devDependencies": { "@electron-toolkit/eslint-config-prettier": "^3.0.0", "@electron-toolkit/eslint-config-ts": "^3.1.0", "@electron-toolkit/tsconfig": "^2.0.0", "@types/better-sqlite3": "^7.6.13", "@types/node": "^22.19.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "autoprefixer": "^10.4.22", "cross-env": "^10.1.0", "drizzle-kit": "^0.31.10", "electron": "^39.2.6", "electron-builder": "^26.0.12", "electron-vite": "^5.0.0", "eslint": "^9.39.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "postcss": "^8.5.6", "prettier": "^3.7.4", "react": "^19.2.1", "react-dom": "^19.2.1", "sharp": "^0.35.1", "tailwindcss": "^3.4.18", "tailwindcss-animate": "^1.0.7", "typescript": "^5.9.3", "vite": "^7.2.6" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-c6f3132fa94b2026-08-06