Chief
Editor-in-Chief. Defines direction, standards, and final judgment.
Multi-Agent Content Team
A content team living in your terminal: Chief, Deputy, Researcher, Writer, Editor, Fact-Checker, Archivist, and Extractor working as one system.
npm install -g @newtype-os/cli
then run
nt
Ask Chief... turn this research into a publishable essay
output: research -> outline -> draft -> verified edit
specialized agents
recommended path
integrated core engine
project-level context
What It Is
newtype OS is built for content production that cannot be solved by a single prompt: research, extraction, analysis, outlining, drafting, verification, editing, memory, and reuse.
The point is not to make one model sound smarter. The point is to give AI a team structure, a workflow, and a set of standards it can follow repeatedly.
Agent Team
Editor-in-Chief. Defines direction, standards, and final judgment.
Execution layer. Turns Chief's intent into specialist tasks.
External intelligence, search, market context, and source gathering.
Verification, contradiction checks, and source credibility.
Memory retrieval, knowledge base lookup, and context recall.
Turns files, pages, images, and raw material into usable Markdown.
Transforms material into structured drafts and content formats.
Strengthens structure, logic, style, sentence quality, and rhythm.
CLI vs Plugin
The integrated edition. It ships as a standalone terminal product and integrates OpenCode as its core engine, with its own config namespace and a simpler setup path.
npm install -g @newtype-os/clint or newtype~/.config/newtype/ and .newtype/The plugin edition. It adds the newtype agent team to an existing OpenCode setup, but some integrated CLI behavior cannot be fully reproduced as a plugin.
bun add @newtype-os/pluginopencode~/.config/opencode/ and .opencode/Workflow
Architecture
newtype OS combines a CLI, an OpenCode-based execution layer, built-in skills, MCP servers, memory, and specialist agents into one operating environment.
Install
npm install -g @newtype-os/cli
nt
nt init
nt auth login
nt researchDeep research with source verification.
nt writeStructured writing with style control.
nt fact-checkCross-check claims and sources.
nt pipelineRun a full content workflow end to end.
Origin
newtype OS began as a fork and customization of oh-my-opencode, which has since been renamed. The integrated CLI now uses OpenCode as its core engine and packages the newtype agent team as a cleaner standalone product.
The open repository contains the plugin edition. The integrated CLI is maintained separately and is distributed through npm as @newtype-os/cli.
FAQ
A multi-agent content operating system for research, writing, editing, fact-checking, extraction, memory, and publishing workflows.
Use the CLI by default. It integrates OpenCode, has a simpler setup, and supports the most complete product experience. Use the plugin only if you already run OpenCode and want a lighter integration.
No. It uses terminal and project-file workflows, but the target user is a creator, researcher, writer, or AI-native operator who wants repeatable content production.
The CLI integrates OpenCode as the core execution engine. The product originally grew from a fork and customization of oh-my-opencode.