Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement β†’
Sign In

magneto-ai

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magneto-ai

Repo-local AI reasoning framework and agent control plane for enterprise environments

latest
Source
npmnpm
Version
0.30.3
Version published
Weekly downloads
220
-28.57%
Maintainers
1
Weekly downloads
Β 
Created
Source

Magneto AI Logo

Repo-local AI reasoning framework & agent control plane for enterprise environments.

All AI Engineering Tasks. Any Language or Stack. Enterprise Security and Guardrails.
One Magneto AI To Pull Them All.

Quick Start β€’ Benchmarks β€’ Architecture β€’ Power Packs β€’ Copilot β€’ CLI Reference

Documentation npm version npm downloads CI Buy Me a Coffee GitHub Sponsors

Magneto AI is a multi-agent AI orchestration system that brings structured reasoning, security guardrails, and pluggable intelligence to your codebase β€” designed to work alongside every major AI coding assistant and agent gateway.

🧠 About Magneto AI

Magneto AI is not another AI wrapper. It is a reasoning engine, governance layer, and agent control plane that sits between your team and any AI coding assistant β€” enforcing security, planning tasks, and building deep project understanding before a single line is written or deleted.

  • 🚨 AI Security Auditing (Project Glasswing) β€” Pre-execution vulnerability scanning for ALL AI assistants (Claude, Copilot, Manus, etc.) with auto-fix for code findings and dependency upgrades
  • 🧱 Spec-Driven Development β€” pluggable OpenSpec / Spec Kit / BMAD frameworks selected on magneto init, with a built-in spec↔code drift reconciler
  • πŸ“ OS-level Sandboxing β€” run agents inside Docker, Podman, macOS sandbox-exec, Linux bwrap, Windows Sandbox, or WSL2 with strict / standard / dev / off profiles
  • πŸ” Zero-Trust Memory Lock β€” memory.lock files signed with HMAC-SHA256 (machine-bound key); offline-only memory mutation; root/owner unlock policies
  • Orchestrates multiple AI agents with role-based task delegation
  • Enforces security guardrails β€” protected paths, blocked actions, approval workflows
  • Classifies tasks and creates execution plans before running anything
  • Merges agent outputs with confidence-weighted deduplication
  • Plugs into your existing workflow β€” Copilot, OpenAI, MCP tools
  • Extends via Power Packs β€” language, framework, cloud, and project-type intelligence

Think of it as the nervous system connecting your AI tools to your codebase β€” with the safety controls an enterprise demands.

Works With Every AI Coding Assistant

Magneto AI acts as the skill and governance layer for the full ecosystem of AI coding assistants and agent gateways β€” so your rules, security checks, and task plans travel with you regardless of which tool you use:

Assistant / GatewayIntegration
Claude CodeMCP tools via mcp.json, skill files injected into context
Codex / OpenAIDirect API runner with structured JSON task execution
OpenCodePrompt generation via magneto generate scoped to relevant files only
CursorSkill files + .cursor/rules/ auto-generated on magneto init
Gemini CLIMCP-compatible tool layer (plan_task, security_check, etc.)
GitHub Copilot CLIMCP server + .github/agents/ + copilot-instructions.md
VS Code Copilot Chat.github/copilot-instructions.md + MCP config in .vscode/mcp.json
AiderSkill injection via adapter system + AGENTS.md
OpenClawNative plugin on ClawHub β€” openclaw plugins install clawhub:openclaw-magneto
Factory DroidGovernance adapter via MCP tool hooks
TraeSkill injection via adapter system + AGENTS.md
HermesSkill injection via adapter system
KiroSkill files in .kiro/skills/ + steering rules
Google AntigravityMCP-compatible security_check and plan_task tools

One magneto init. All assistants governed. See AI Assistant Setup Guide for per-tool walkthroughs.

Turn Any Folder Into a Queryable Knowledge Graph

Magneto AI's analyze command ingests your entire project and builds a knowledge graph with community detection, confidence-scored edges, and interactive visualization:

magneto analyze
  • Source code β†’ exports, imports, classes, functions, dependency maps, EXTRACTED edges (confidence 1.0)
  • Module structure β†’ directory-level nodes with INFERRED co-location edges (confidence 0.5–0.9)
  • Community detection β†’ Louvain algorithm identifies clusters of related code
  • God nodes β†’ highest-degree concepts that everything connects through
  • Config & docs β†’ environment shapes, schema definitions, feature flags

Outputs:

.magneto/memory/
β”œβ”€β”€ graph.json            queryable knowledge graph (nodes, edges, communities)
β”œβ”€β”€ graph.html            interactive vis.js visualization β€” open in any browser
β”œβ”€β”€ graph-report.md       god nodes, communities, edge distribution, suggested questions
β”œβ”€β”€ root-summary.md       project overview + token savings
β”œβ”€β”€ file-index.md         all files with signatures
β”œβ”€β”€ dependencies.md       import/dependency map
└── modules/*.md          per-directory summaries

Query the graph from the terminal:

magneto query "auth flow"                        # BFS subgraph extraction
magneto query "security" --dfs --budget 500      # DFS with token budget
magneto path "evaluateSecurity" "initCommand"    # shortest path between nodes

The result: every AI prompt is pre-scoped to only the files that matter β€” fewer tokens, faster responses, no hallucinated file paths.

Magneto + Graphify: Deep Multimodal Analysis

For full multimodal support β€” PDFs, images, screenshots, video, audio, and 25-language tree-sitter AST β€” pair Magneto with Graphify:

pip install graphifyy
magneto analyze --deep       # shells to graphify for multimodal extraction

When --deep is passed, Magneto invokes Graphify under the hood and imports its richer graph (Leiden clustering, Claude vision extraction, Whisper transcription) into .magneto/memory/. If Graphify isn't installed, Magneto falls back to its native code-only graph.

Capabilitymagneto analyzemagneto analyze --deep
Code parsingRegex (JS/TS, Java, Python, Go, + more)tree-sitter AST (25 languages)
Knowledge graphLouvain communities + god nodesLeiden communities + hyperedges
Confidence scoresEXTRACTED / INFERRED+ AMBIGUOUS with confidence 0.0–1.0
Interactive visualizationvis.js graph.htmlvis.js graph.html (richer)
PDFs, images, videoβ€”Claude vision + Whisper transcription
Graph queryingmagneto query / magneto pathSame + graphify query / graphify explain

What It Is Not

Magneto AI is not an AI model, a chat interface, or a replacement for your coding assistant. It is the layer of intelligence underneath β€” planning, securing, and contextualizing every task before your assistant runs it.

βš™οΈ Core Capabilities

Magneto AI unifies task classification, multi-agent orchestration, security evaluation, and result merging into a single framework that any AI coding assistant can plug into.

Task Classification & Planning

Every task is automatically classified into one of 9 categories β€” architecture-review, bug-fix, feature-implementation, security-audit, performance-review, testing, requirements-analysis, code-review, or general β€” using keyword analysis against the task title, description, and tags. Based on the classification, Magneto AI assigns the right roles (orchestrator, backend, tester, requirements) and generates a structured execution plan before any AI agent runs.

Multi-Agent Orchestration

Magneto AI creates dedicated sub-agents for each assigned role, each with its own model configuration (gpt-4o), tool access (plan_task, load_context, merge_results, security_check), and scoped file visibility. The orchestrator coordinates the agents; each agent works within its defined scope and constraints.

Security Guardrail Engine

Every task is evaluated before execution. The security engine scans for:

  • Protected paths β€” .env, .pem, .key, .cert, secrets/, .ssh/, credentials/
  • Blocked actions β€” delete-database, drop-table, rm -rf, format, truncate
  • Auth changes β€” permission modifications, token operations, authentication logic
  • Infrastructure risk β€” deploy, migrate, infra-as-code changes
  • Dependency risk β€” package installs, lockfile modifications

The engine returns a risk level (low / medium / high), whether human approval is required, a list of blocked actions detected, and a telepathy level (0–3) that controls how much autonomy the AI agents receive.

Confidence-Weighted Result Merging

After agents complete their analysis, Magneto AI merges all findings and risks with content-based deduplication β€” identical findings keep the higher confidence score, identical risks keep the higher severity. The overall confidence is calculated using a weighted average that favors high-confidence agents. The final merged output includes an overallRisk assessment (low β†’ critical).

Auto-Detection Power Packs

Magneto AI scans your project to automatically detect which Power Packs to activate:

  • TypeScript β€” detects tsconfig.json or typescript in dependencies
  • Next.js β€” detects next in dependencies
  • AI Platform β€” detects openai, @azure/openai, langchain, or @langchain/core
  • Azure β€” detects azure.yaml, bicep/, or infra/ directories
  • Graphify β€” detects .graphify-out/graph.json

Each pack adds domain-specific rules and checks that are injected into agent prompts and execution plans.

MCP-Compatible Tool Layer

Magneto AI exposes its core engine as 4 MCP tools via an HTTP server, allowing any MCP-compatible client (GitHub Copilot, VS Code, custom agents) to invoke Magneto AI directly:

  • plan_task β€” classify a task and generate an execution plan
  • load_context β€” build full project context with role assignments and file resolution
  • merge_results β€” merge multiple agent output files with deduplication
  • security_check β€” evaluate security constraints and get approval requirements

Copilot-Native Integration

Magneto AI generates full GitHub Copilot integration out of the box:

  • 4 agent definitions (magneto-orchestrator, magneto-backend, magneto-tester, magneto-requirements) in .github/agents/
  • Copilot instructions in .github/copilot-instructions.md teaching Copilot how to use Magneto tools
  • MCP config in .vscode/mcp.json connecting VS Code to the local MCP server

Multiple Execution Runners

Six built-in runners execute tasks through different AI backends:

  • OpenAI Runner β€” Chat Completions API, structured JSON output, streaming, auto-selected when OPENAI_API_KEY is set
  • Copilot Local Runner β€” structured prompts for GitHub Copilot's local agent mode via MCP tools
  • Copilot Cloud Runner β€” remote Copilot Cloud API endpoint with bearer token auth
  • Cascade / Antigravity Runner β€” routes through the local Windsurf/Copilot process; no direct network call
  • Gemini Runner β€” Google AI API, auto-selected when GEMINI_API_KEY or GOOGLE_AI_KEY is set
  • Ollama Runner β€” fully local, zero-egress; no API key required. Set OLLAMA_HOST or MAGNETO_USE_OLLAMA to activate. See docs/RUNNER-OLLAMA.md.

Adapter System

Adapters import external tool data into Magneto's memory. The Graphify adapter reads .graphify-out/graph.json and maps dependency graph nodes/edges into Magneto's context, with configurable priority modes (internal-first or external-first).

Secure by Design

Input validation on all task files. Protected path patterns block access to secrets and credentials. Blocked action detection prevents destructive operations. Execution modes (observe, assist, execute, restricted) enforce escalating levels of control. High-risk tasks automatically set telepathy to 0 and require human approval.

πŸ”¬ The Magneto AI Power Model

Magneto AI draws its conceptual architecture from electromagnetic forces:

AbilityMagneto AI Capability
MagnetokinesisMulti-agent orchestration β€” coordinate, delegate, merge
Force FieldSecurity guardrails β€” block unsafe actions, protect secrets
Electromagnetic SightDependency & contradiction detection across the codebase
Telepathic ResistanceReject bad instructions β€” hallucination filtering, constraint enforcement
Telepathic AmplificationPower boost when safe β€” higher autonomy for low-risk tasks
Sentinel LockEnterprise approval workflows β€” human-in-the-loop for critical operations

πŸš€ Quick Start

Install

# Install globally (recommended β€” use magneto without npx)
npm install -g magneto-ai

# Or use without installing via npx
npx magneto-ai@latest init

Initialize in Your Project

magneto init

With power packs:

magneto init --with typescript nextjs ai-platform --adapter graphify
magneto init --adapter openclaw   # wire Magneto as OpenClaw governance layer

Validate Setup

magneto doctor

Plan & Run a Task

# Tasks can be written as Markdown (.md), YAML (.yaml), or JSON (.json)
magneto plan examples/tasks/checkout-mismatch.md
magneto run examples/tasks/checkout-mismatch.md --runner openai --mode assist

Merge Agent Outputs

magneto merge .magneto/cache --format markdown

⚑ See Magneto in Action

Six real scenarios β€” pick the one that matches your stack.

πŸ–₯ Scenario 1 β€” Next.js Frontend Feature

You have a Next.js + TypeScript project. You need a new analytics dashboard. One command sets up Magneto, then it plans and executes with 4 parallel agents.

$ magneto init --with typescript nextjs
[magneto] Initializing Magneto AI...
[magneto] βœ“ Detected stack: TypeScript Β· Next.js 14 Β· React 18
[magneto] βœ“ Base scaffolding complete  (.magneto/, .github/agents/, .vscode/mcp.json)
[magneto] βœ“ Power packs loaded         (typescript, nextjs)
[magneto] βœ“ Magneto AI initialized successfully!

$ magneto plan tasks/add-dashboard.md
[magneto] Planning task: add-dashboard
[magneto] Classification: feature-implementation
[magneto] Security Risk: low βœ“
[magneto] Agents: orchestrator, backend, frontend, tester
[magneto] Subtasks:
[magneto]   1. Design analytics API route    β†’ backend
[magneto]   2. Build dashboard components    β†’ frontend
[magneto]   3. Write integration tests       β†’ tester
[magneto] βœ“ Plan saved to .magneto/cache/plan-add-dashboard.json

$ magneto run tasks/add-dashboard.md --stream
[magneto] ⚑ Executing with 4 agents in parallel...
[orchestrator] Decomposing into 3 subtasks...
[backend]      Implementing API routes...         β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  80%
[frontend]     Building dashboard components...  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  60%
[tester]       Generating test suite...           β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
[backend]      API routes complete βœ“
[frontend]     Dashboard components complete βœ“
[magneto] βœ“ Task completed β€” 12 files, 847 lines, 31 tests generated

$ magneto merge .magneto/cache --format markdown
[magneto] βœ“ Merged 4 agent outputs β†’ .magneto/reports/add-dashboard.md
[magneto]   Findings: 3 Β· Risks: 0 Β· Confidence: 0.94

What Magneto caught that raw Copilot missed: missing 'use client' on a component using useState, a server/client boundary violation that would have caused a hydration error at runtime.

🐍 Scenario 2 β€” Python FastAPI Security Audit

You're about to deploy a FastAPI service. Magneto scans for the 10 most common FastAPI security mistakes before a single line ships.

$ magneto init --with python fastapi
[magneto] βœ“ Detected stack: Python 3.12 Β· FastAPI 0.110 Β· Pydantic v2
[magneto] βœ“ Power packs loaded  (python, fastapi)

$ magneto run tasks/pre-deploy-audit.md --mode observe
[magneto] ⚑ Running security audit (observe mode β€” read-only)...
[magneto] Scanning 24 Python files...

[python-pack]   py-hardcoded-secret     FOUND   src/config.py:14
                β†’ SECRET_KEY = "my-super-secret-key-12345"
[python-pack]   py-shell-true           FOUND   src/utils/runner.py:38
                β†’ subprocess.run(cmd, shell=True)  ← command injection risk
[fastapi-pack]  fastapi-cors-wildcard   FOUND   src/main.py:22
                β†’ allow_origins=["*"] + allow_credentials=True  ← blocked by browsers
[fastapi-pack]  fastapi-debug-true      FOUND   src/main.py:7
                β†’ FastAPI(debug=True)  ← leaks tracebacks in production
[python-pack]   py-requests-no-timeout  FOUND   src/integrations/stripe.py:51
                β†’ requests.post(url, json=payload)  ← hangs on unresponsive server

[magneto] βœ“ Audit complete β€” 5 issues across 4 files (3 error, 2 warning)
[magneto] βœ“ Report saved to .magneto/reports/pre-deploy-audit.md

$ magneto run tasks/pre-deploy-audit.md --mode assist
[magneto] Generating fixes for 5 issues...
[magneto] βœ“ Fix suggestions written to .magneto/reports/pre-deploy-fixes.md

Time to catch this without Magneto: 2–3 hours of manual code review, or one very bad production incident.

β˜• Scenario 3 β€” Java Spring Boot Refactor

Your Spring Boot service is mysteriously slow and occasionally throws LazyInitializationException. Magneto finds the N+1 query, the missing transaction boundary, and the exposed actuator β€” all in seconds.

$ magneto init --with java spring-boot
[magneto] βœ“ Detected stack: Java 21 Β· Spring Boot 3.2 Β· PostgreSQL
[magneto] βœ“ Power packs loaded  (java, spring-boot)

$ magneto run tasks/perf-audit.md --mode observe --stream
[magneto] ⚑ Scanning 67 Java files...

[spring-pack]  spring-open-in-view         FOUND   src/main/resources/application.yml:12
               β†’ spring.jpa.open-in-view=true  ← N+1 queries in every controller
[spring-pack]  spring-transactional-priv   FOUND   src/service/OrderService.java:84
               β†’ @Transactional on private method  ← proxy bypass, no transaction applied
[spring-pack]  spring-actuator-all-exposed FOUND   src/main/resources/application-prod.yml:4
               β†’ management.endpoints.web.exposure.include=*  ← heapdump publicly accessible
[java-pack]    java-catch-throwable        FOUND   src/service/PaymentService.java:127
               β†’ catch (Throwable t)  ← swallows OutOfMemoryError and InterruptedException
[java-pack]    java-unsafe-deserialize     FOUND   src/legacy/MessageParser.java:33
               β†’ new ObjectInputStream(input)  ← RCE risk on untrusted data

[magneto] βœ“ Found 5 issues across 5 files (3 error, 2 warning)
[magneto] ⚑ Orchestrating fixes with 3 agents...
[backend]  Fixing application.yml + OrderService...  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
[tester]   Updating integration tests...              β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
[magneto] βœ“ 6 files changed β€” estimated 60–80% reduction in DB query count

☁️ Scenario 4 β€” AWS Infrastructure Review

You've written Terraform for a new microservice. Before terraform apply, Magneto scans every .tf file for the 16 AWS security checks β€” IAM, S3, SGs, encryption, hardcoded keys.

$ magneto init --with aws
[magneto] βœ“ Detected stack: Terraform 1.7 Β· AWS Provider 5.x
[magneto] βœ“ Power packs loaded  (aws)

$ magneto run tasks/infra-pre-deploy.md --mode observe
[magneto] ⚑ Scanning Terraform files (31 .tf files)...

[aws-pack]  aws-iam-wildcard-action    FOUND   infra/iam.tf:18
            β†’ Action: "*", Resource: "*"  ← grants all AWS permissions
[aws-pack]  aws-s3-public-acl          FOUND   infra/storage.tf:7
            β†’ acl = "public-read"  ← bucket contents publicly accessible
[aws-pack]  aws-sg-ssh-open            FOUND   infra/networking.tf:44
            β†’ cidr_blocks = ["0.0.0.0/0"] on port 22  ← SSH open to internet
[aws-pack]  aws-rds-unencrypted        FOUND   infra/database.tf:29
            β†’ storage_encrypted = false  ← RDS data unencrypted at rest
[aws-pack]  aws-hardcoded-access-key   FOUND   infra/providers.tf:11
            β†’ access_key = "AKIA..."  ← hardcoded AWS key (rotate immediately)
[aws-pack]  aws-lambda-no-timeout      FOUND   infra/lambda.tf:8
            β†’ No timeout set  ← unbounded execution, cost risk

[magneto] βœ— 6 CRITICAL/HIGH issues found β€” deploy blocked pending review
[magneto] βœ“ Report: .magneto/reports/infra-pre-deploy.md

Deploy blocked. The hardcoded AKIA key alone would have triggered a GitHub secret scanner alert and potentially an AWS account compromise within minutes of pushing.

πŸ”’ Scenario 5 β€” Regulated/Offline (Ollama β€” Zero Egress)

You work in healthcare, finance, or a classified environment. Source code cannot leave your machine. Magneto with the Ollama runner gives you full AI-powered reasoning with zero data egress.

# One-time setup β€” pull a model locally
$ ollama pull qwen2.5-coder
$ ollama serve

# Tell Magneto to use Ollama
$ export OLLAMA_HOST=http://localhost:11434
$ export OLLAMA_MODEL=qwen2.5-coder

$ magneto run tasks/audit-auth-module.md --runner ollama --stream
[magneto] Runner: ollama (qwen2.5-coder @ localhost)
[magneto] Data egress: none βœ“  β€” all processing is local
[magneto] ⚑ Pre-flight health check...
[magneto] βœ“ Ollama reachable Β· model qwen2.5-coder available

[magneto] Executing task via local model...
[ollama]  Analyzing auth module (4 files, 612 lines)...  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%

[magneto] βœ“ Task complete
[magneto]   Findings: 4 Β· Risks: 1 Β· Tokens: 2,847 Β· Egress: none
[magneto]   metadata.dataEgress = "none"  ← audit-ready tag on every result

# Every result is tagged β€” verifiable in your audit log
$ cat .magneto/audit/approvals.json | jq '.[-1].metadata.dataEgress'
"none"

No API key. No cloud call. No data leaving your network. Same structured findings, same agent output format, runs on a $2,000 developer laptop.

πŸ” Scenario 6 β€” Auto-Detect Any Stack

Don't know which packs to install? Just run magneto detect. Magneto reads your project files and tells you exactly what's there β€” with confidence scores.

$ magneto detect
[magneto] Scanning project structure...

Stack detected:
  βœ“ TypeScript      confidence: 0.98  (tsconfig.json, 47 .ts files)
  βœ“ Next.js         confidence: 0.95  (next.config.js, app/ router)
  βœ“ Python          confidence: 0.81  (requirements.txt, 12 .py files)
  βœ“ FastAPI         confidence: 0.79  (fastapi in requirements.txt)
  βœ“ AWS             confidence: 0.92  (14 .tf files, aws provider)

Recommended packs:
  β†’ typescript   [available]   magneto init --with typescript
  β†’ nextjs       [available]   magneto init --with nextjs
  β†’ python       [available]   magneto init --with python
  β†’ fastapi      [available]   magneto init --with fastapi
  β†’ aws          [available]   magneto init --with aws

$ magneto init --auto-install
[magneto] Installing all 5 detected packs...
[magneto] βœ“ typescript Β· nextjs Β· python Β· fastapi Β· aws installed
[magneto] βœ“ Magneto AI ready β€” 67 checks active across your full stack

πŸ“Š Raw Windsurf/Copilot vs Magneto AI β€” Token & Cost Benchmarks

Same tasks. Measured token-by-token. Magneto AI uses 68% fewer tokens and delivers 3.5x faster.

Real Task Comparison

TaskRaw Windsurf/CopilotWith Magneto AIToken SavingsCost SavingsSpeed
Bug fix (checkout price mismatch)44,470 tokens / $0.15624,400 tokens / $0.079-45%-49%3.8x faster
Feature (Next.js auth flow)82,200 tokens / $0.24729,700 tokens / $0.088-64%-64%4.8x faster
Security audit (Java endpoints)96,500 tokens / $0.30033,000 tokens / $0.098-66%-67%3.0x faster
Performance (bundle optimization)77,000 tokens / $0.22020,500 tokens / $0.060-73%-73%3.5x faster
Architecture (microservice review)119,000 tokens / $0.37029,000 tokens / $0.087-76%-76%5.3x faster

Why the Difference?

Raw Windsurf/Copilot:
  β”œβ”€ Loads 15–40 files (shotgun)          β†’ bloated context
  β”œβ”€ 5–10 back-and-forth exchanges        β†’ wasted tokens on "show me more"
  β”œβ”€ Re-explains project every session    β†’ no memory
  β”œβ”€ 1 generic agent pass                 β†’ misses cross-cutting issues
  └─ Manual cross-referencing             β†’ slow and error-prone

Magneto AI:
  β”œβ”€ Loads 4–8 files (task-classified)    β†’ 50–70% fewer tokens
  β”œβ”€ 0 back-and-forth                     β†’ all files pre-scoped
  β”œβ”€ Persistent .magneto/memory/          β†’ no re-explaining
  β”œβ”€ 3–4 parallel role-focused agents     β†’ catches contradictions
  └─ Automatic merge + deduplication      β†’ instant consolidated report

Long-Term Savings

Team SizeAnnual AI Cost (Raw)Annual AI Cost (Magneto AI)Annual Savings
1 developer$1,322$429$893
10 developers$13,216$4,289$8,927
50 developers$66,080$21,447$44,633

Based on 15 AI tasks/developer/day at GPT-4o pricing. Excludes developer time savings.

Developer Time Savings

Team SizeHours Saved/YearValue (@ $75/hr)
1 developer480 hours$36,000/year
10 developers4,800 hours$360,000/year
50 developers24,000 hours$1,800,000/year

πŸ“Š See full benchmark details with step-by-step token breakdowns β†’

οΏ½οΏ½ Architecture

Magneto Architecture Diagram

Text-based architecture diagram
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                   CLI (commander)                     β”‚
β”‚   init β”‚ refresh β”‚ doctor β”‚ plan β”‚ run β”‚ merge       β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                   Core Engine                         β”‚
β”‚   context β”‚ security β”‚ merge β”‚ scaffold β”‚ packs      β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚   Runners    β”‚   MCP Server β”‚   Power Packs          β”‚
β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”β”‚  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”‚
β”‚  β”‚ OpenAI  β”‚ β”‚  β”‚plan_task β”‚β”‚  β”‚ TypeScript        β”‚  β”‚
β”‚  β”‚ Copilot β”‚ β”‚  β”‚load_ctx  β”‚β”‚  β”‚ Next.js           β”‚  β”‚
β”‚  β”‚  Local  β”‚ β”‚  β”‚merge_res β”‚β”‚  β”‚ AI Platform       β”‚  β”‚
β”‚  β”‚  Cloud  β”‚ β”‚  β”‚sec_check β”‚β”‚  β”‚ Azure             β”‚  β”‚
β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                  Adapter Layer                         β”‚
β”‚            Graphify β”‚ (extensible)                     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ›‘ Security Engine

The security engine evaluates every task before execution:

evaluateSecurity(task): {
  securityRisk: "low" | "medium" | "high"
  approvalRequired: boolean
  telepathyLevel: 0 | 1 | 2 | 3
  reasons: string[]
  blockedActions: string[]
  protectedPathsAccessed: string[]
}

Execution Modes

ModeDescription
observeRead-only analysis, no changes
assistSuggestions only, human applies changes
executeAutomated execution with guardrails
restrictedLocked down β€” requires explicit approval for everything

What Gets Checked

  • Protected paths β€” .env, .pem, .key, secrets directories
  • Blocked actions β€” database drops, destructive shell commands
  • Dependency risk β€” package changes, install operations
  • Auth changes β€” permission modifications, token operations
  • Infrastructure β€” deploy, migrate, infra-as-code changes

οΏ½ Spec-Driven Development

Magneto ships pluggable support for the three leading SDD frameworks. On magneto init you're prompted to choose; on existing repos the framework is auto-detected.

FrameworkBest forLayout
OpenSpec (default)Brownfield / existing codeopenspec/{project.md, specs/, changes/<name>/{proposal,design,tasks}.md} β€” delta-based (ADDED/MODIFIED/REMOVED)
Spec KitGreenfield / new projects.specify/constitution.md + specs/<slug>/{spec,plan,tasks}.md β€” branch-per-spec
BMAD-METHODRegulated / SOC2 auditbmad-core/agents/*.md (Analyst→PM→Architect→SM→Dev→QA) + versioned PRDs
magneto sdd init                              # interactive prompt
magneto sdd new add-dark-mode "Theme toggle"  # scaffold a change
magneto sdd status                            # show active framework + changes
magneto sdd sync                              # reconcile spec ↔ code drift (CI: exit 1 on drift)

Constitution-as-code. The default constitution template enforces a WHY β†’ WHAT β†’ HOW rule format that LLMs actually follow (single-line "don't do X" rules are routinely ignored β€” see EPAM Spec Kit case study).

Drift reconciler. Catches three drift kinds statically (no LLM call): spec-only (spec references missing files), code-undocumented (src/ subtrees with no spec coverage), mismatch (tasks marked done that reference missing files). Writes .magneto/sdd-drift.md.

References: OpenSpec Β· GitHub Spec Kit Β· BMAD-METHOD

πŸ“ Sandbox & Isolation

Run Magneto, OpenClaw, and AI-generated code inside an OS-level sandbox. Magneto auto-detects the best runtime and falls back transparently.

ProfileFilesystemNetworkProcessUse
strictRead-only projectAllowlist (LLM APIs only)nobody, no shellAudits
standardRW project, denied /etc /var /usrAllowlist + npm/pypi/mavenmagneto, no sudoDefault for execute
devRW projectOpenmagneto, no sudoLocal dev
offHostHostHostTrusted CI only
RuntimePlatformMechanism
docker / podmanAllContainer with cap-drop, read-only mounts, network policy
sandbox-execmacOSNative Apple sandbox with .sb profile + port-based net allowlist
bwrapLinuxbubblewrap user namespace + bind mounts
windows-sandboxWindows 10/11 Pro.wsb XML config + WindowsSandbox.exe
wslWindowswsl.exe with DNS-leak hardening (--resolv-conf)
magneto sandbox status                                   # detected runtimes + profiles
magneto sandbox build                                    # build the magneto-sandbox container
magneto sandbox run --profile strict -- magneto security audit
magneto sandbox shell --profile dev                      # interactive shell inside sandbox
magneto sandbox doctor                                   # validate setup

πŸ” Zero-Trust Memory Lock

.magneto/memory/ is the agent's persistent context. Tampering with it can poison every future agent run. Magneto locks it with cryptographic integrity:

magneto memory lock                          # SHA-256 each file, sign manifest with HMAC
magneto memory lock --require-root           # only root may unlock
magneto memory verify                        # exit 1 on tamper
magneto memory unlock                        # owner unlocks; offline-only by default
magneto memory status
  • Manifest signature: HMAC-SHA256 with a key derived from ~/.magneto-key + hostname + uid β€” copying lock files between machines fails verification.
  • Runtime gating: while a task is running, assertMemoryWritable() blocks any memory mutation.
  • Offline-only updates: by default, unlock refuses to run when a network interface is up. Override with --allow-online (audited).
  • chmod 0400 while locked. git ignores the lock files via .gitignore.

⚑ Power Skills (24 Built-in Commands)

Magneto AI includes 24 power skills β€” graph-grounded, multi-LLM, governance-enforcing commands that agents can invoke via slash commands or CLI:

Core Skills

SkillCLIPurpose
/thinkmagneto thinkStructured reasoning with chain-of-thought
/planmagneto planStrategic planning with dependencies
/reviewmagneto reviewGraph-aware code review with trace links
/investigatemagneto investigateRoot-cause debugging with auto-freeze
/shipmagneto shipRelease automation (sync, test, PR, trace)
/retromagneto retroSprint retrospective from audit log
/auditmagneto auditRead/verify tamper-evident audit log
/learnmagneto learnMemory management (patterns, bugs, decisions)
/guardmagneto guardCombined careful + freeze safety

Traceability Skills

SkillCLIPurpose
/tracemagneto traceRequirement-to-code coverage analysis
/driftmagneto driftDetect spec-to-code drift
/qamagneto qaBrowser-based QA testing (Playwright)

Cross-Model Skills

SkillCLIPurpose
/codex reviewmagneto codex reviewMulti-LLM review with convergence
/codex challengemagneto codex challengeAdversarial code challenge
/codex consultmagneto codex consultMulti-model architectural consult
/codex backendsmagneto codex backendsShow configured LLM backends

Safety Skills

SkillCLIPurpose
/carefulmagneto carefulWarn before destructive commands
/freezemagneto freezeLock edits to specific paths
/unfreezemagneto unfreezeRelease freeze lock

Review Gates

SkillCLIPurpose
/plan-ceo-reviewmagneto plan-ceo-reviewBusiness readiness gate
/plan-design-reviewmagneto plan-design-reviewArchitecture readiness gate
/plan-eng-reviewmagneto plan-eng-reviewEngineering readiness gate

Operations Skills

SkillCLIPurpose
/autoplanmagneto autoplanAuto-generate plan from task
/benchmarkmagneto benchmarkRun performance benchmarks
/canarymagneto canaryCanary deployment management
/land-and-deploymagneto land-and-deployLand PR and deploy

Example usage:

magneto review --base main --sprint s-20260517
magneto ship --draft --skip-tests
magneto retro --week --output retro.md
magneto audit --verify --tail 50
magneto guard src/payments src/auth

🧩 Power Pack System

Power Packs add domain-specific intelligence to Magneto AI.

Built-in Packs

PackCategoryWhat It Does
TypeScriptLanguageImport graph analysis, type safety checks, any detection
PythonLanguageType hints (PEP 484), security checks (eval/SQL injection/pickle), Django/FastAPI/Flask guidance
Next.jsFrameworkServer/client boundaries, hydration safety, routing validation
JavaLanguageModern Java idioms (records/sealed/pattern matching/virtual threads), concurrency safety, security (RCE/SQLi/XXE)
FastAPIFrameworkPydantic validation, async correctness, CORS/auth security, lifespan hygiene
Spring BootFrameworkSpring Security review, JPA N+1 detection, transaction boundaries, actuator hardening
AI PlatformProject TypePrompt injection detection, RAG pipeline validation, token limits
AWSCloudIAM least-privilege, S3 public-exposure, SG wide-open ports, encryption at rest, Terraform/CDK practices
AzureCloudInfrastructure reasoning, RBAC validation, networking checks

Using Packs

# Include during init
magneto init --with typescript nextjs

# Packs are detected automatically on refresh
magneto refresh

Packs live in .magneto/power-packs/ and contain:

  • pack.json β€” rules, checks, and configuration
  • rules.md β€” detailed reasoning guidelines for agents

πŸ”Œ Adapter System

Adapters integrate external tools into Magneto AI's memory system.

Graphify Adapter

Imports dependency graph data from Graphify:

magneto init --adapter graphify

Reads from .graphify-out/graph.json and maps into Magneto AI memory.

Memory modes:

ModeBehavior
internal-firstMagneto AI's own analysis takes priority; Graphify supplements
external-firstGraphify data takes priority; Magneto AI enriches it

OpenClaw Adapter

Integrates Magneto AI as the governance and reasoning layer for OpenClaw agents. OpenClaw is a self-hosted AI agent gateway that routes messages from Telegram, Slack, WhatsApp, Discord, and more to AI agents.

magneto init --adapter openclaw

This installs a Magneto skill into your OpenClaw project that teaches agents to use Magneto for all software engineering tasks:

.openclaw/
  skills/
    magneto.SKILL.md     ← teaches OpenClaw agents when/how to use Magneto
  magneto-adapter.json   ← adapter config (minimal JSON)

How it works:

User β†’ Telegram/Slack/WhatsApp
          ↓
     OpenClaw Gateway
          ↓
     AI Agent (reads magneto.SKILL.md)
          ↓
     magneto analyze         ← understands the codebase
     magneto plan task.md    ← structured plan + security check
     magneto generate task.md ← scoped implementation prompt
          ↓
     Governed, secure AI response back to user

After running magneto init --adapter openclaw, restart your OpenClaw gateway:

openclaw gateway restart

OpenClaw agents will now automatically use Magneto for task planning, security checks, and context loading on every engineering request.

Adapter Management Commands

Magneto provides a full CLI for managing adapters after initialization:

# List available and installed adapters
magneto adapter list

# Install an adapter
magneto adapter install claude
magneto adapter install manus --api-key=your_key_here
magneto adapter install antigravity

# Configure an adapter (especially for API-based ones)
magneto adapter config manus
magneto adapter config manus --set apiKey --value xxx
magneto adapter config manus --set sync.autoPushTasks --value true

# Validate all installed adapters
magneto adapter doctor

# Remove an adapter
magneto adapter remove claude --force

Claude Code Adapter

Install the Claude Code adapter to use /magneto commands directly in Claude Code:

magneto adapter install claude

This creates .claude/ with:

  • CLAUDE.md β€” Project instructions
  • skills/magneto/SKILL.md β€” /magneto slash command

Google Antigravity Adapter

Install the Antigravity adapter for the Google Antigravity IDE:

magneto adapter install antigravity

This creates .agents/ with Magneto skill files for /magneto-* commands.

Paperclip Adapter

Install the Paperclip adapter to expose all 24 Magneto skills as Paperclip tools with full governance integration:

magneto init --adapter paperclip

This creates a Paperclip plugin in packages/paperclip-plugin/ that:

  • Registers all 24 Magneto skills as Paperclip tools
  • Risk assessment β€” Auto-evaluates risk level for each skill invocation
  • Human-in-the-loop β€” High-risk operations trigger Paperclip approval workflows
  • Governance bridge β€” CEO agents use Magneto for strategic decision gates
  • Audit sync β€” Tamper-evident audit log flows to Paperclip Activity
  • Cost tracking β€” LLM usage reported for budget control

Paperclip CEO agent with Magneto governance:

plugins:
  - name: '@magneto/paperclip-plugin'
    config:
      magnetoPath: 'magneto'
      syncAudit: true
      governance:
        autoApproveLowRisk: true
        requireApprovalForRisk: medium

agents:
  - id: ceo-agent
    name: "CEO Agent"
    tools: [magneto.plan-ceo-review, magneto.guard, magneto.ship, magneto.audit]
    permissions: [governance.read, governance.approve]
    heartbeat:
      on_issue_labeled:
        # 1. Guard sensitive paths
        - tool: magneto.guard
          args: { paths: ['src/payments', 'src/auth'] }
        
        # 2. CEO review gate (requires human approval)
        - tool: magneto.plan-ceo-review
          args: { sprint: '{{issue.sprintId}}', strict: true }
        
        # 3. Ship with full audit trail (requires approval)
        - tool: magneto.ship
          args: { sprint: '{{issue.sprintId}}', base: main }
        
        # 4. Verify audit chain
        - tool: magneto.audit
          args: { verify: true }

Risk levels:

  • magneto.audit, magneto.trace β€” Low risk, auto-approved
  • magneto.review, magneto.retro β€” Medium risk, requires approval
  • magneto.ship, magneto.guard β€” High/Critical risk, requires CEO/board approval

See packages/paperclip-plugin/ for full plugin source and example company configuration.

Manus AI Adapter

Install the Manus adapter for API-based integration:

magneto adapter install manus
magneto adapter config manus  # Set your API key

πŸ€– Copilot Integration

Magneto AI generates full Copilot integration:

Agent Definitions (.github/agents/)

  • magneto-orchestrator β€” coordinates multi-agent tasks
  • magneto-backend β€” backend analysis specialist
  • magneto-tester β€” test generation and validation
  • magneto-requirements β€” requirements tracing

MCP Integration (.vscode/mcp.json)

Exposes tools to Copilot:

  • plan_task β€” generate execution plans
  • load_context β€” load project context
  • merge_results β€” merge agent outputs
  • security_check β€” validate security constraints

🌐 Runners

Magneto selects a runner automatically via detectAgentEnvironment() β€” priority order: Cascade/Windsurf β†’ Copilot β†’ Antigravity β†’ Gemini β†’ OpenAI β†’ Ollama (fallback).

RunnerHow to activateData egress
openaiSet OPENAI_API_KEYOpenAI API
copilotSet MAGNETO_COPILOT_CLOUD_TOKENGitHub Copilot
cascadeAuto-detected in WindsurfLocal process
geminiSet GEMINI_API_KEYGoogle AI API
ollamaSet OLLAMA_HOST or MAGNETO_USE_OLLAMANone β€” fully local

OpenAI Runner

magneto run task.json --runner openai --mode assist

Requires OPENAI_API_KEY. Builds structured system prompt, parses JSON findings/risks, saves results to .magneto/cache/.

Ollama Runner

magneto run task.md --runner ollama

No API key. No data leaves your machine. Requires Ollama running locally. See docs/RUNNER-OLLAMA.md for setup, hardware guidance, and team self-hosting.

πŸ“Š Why Magneto AI vs. Graphify?

FeatureGraphifyMagneto AI
Dependency graphsβœ… Core strengthβœ… Via adapter or native
Multi-agent orchestrationβŒβœ… Core feature
Security guardrailsβŒβœ… Built-in engine
Copilot integrationβŒβœ… Native agents + MCP
OpenAI API runnerβŒβœ… Built-in
Power pack systemβŒβœ… Extensible
Task planningβŒβœ… Plan β†’ Execute β†’ Merge
Enterprise approvalsβŒβœ… Sentinel Lock system

Magneto AI doesn't replace Graphify β€” it can consume it. Use the Graphify adapter to import dependency data into Magneto AI's reasoning pipeline.

Project Structure

magneto-ai/
  src/
    cli.ts                          # CLI entry point
    commands/                       # CLI commands
      init.ts                       #   magneto init
      refresh.ts                    #   magneto refresh
      doctor.ts                     #   magneto doctor
      plan.ts                       #   magneto plan
      run.ts                        #   magneto run
      merge.ts                      #   magneto merge
    core/                           # Core engine
      scaffold.ts                   #   Project scaffolding
      detect-packs.ts               #   Auto-detect power packs
      context.ts                    #   Task classification & context
      merge-results.ts              #   Agent output merging
      security-engine.ts            #   Security evaluation
      power-pack-loader.ts          #   Power pack loading
      adapter-loader.ts             #   Adapter loading
    runners/                        # Execution runners
      types.ts                      #   Runner interface
      openai.ts                     #   OpenAI API runner
      copilot-local.ts              #   Copilot local agent runner
      copilot-cloud.ts              #   Copilot cloud runner
    mcp/                            # MCP server
      server.ts                     #   HTTP MCP server
      tools/                        #   MCP tool handlers
        plan-task.ts
        load-context.ts
        merge-results.ts
        security-check.ts
    utils/                          # Utilities
      logger.ts
      paths.ts
      fs.ts
    templates/                      # Scaffolding templates
      base/                         #   Base project templates
      power-packs/                  #   Power pack templates
  examples/
    README.md                       # Examples overview + cost narrative
    METRICS.md                      # Full token & cost benchmarks
    tasks/                          # Standalone example tasks
    nextjs-frontend/                # Next.js dashboard example
      tasks/                        #   Auth, bundle, architecture tasks
    java-backend/                   # Spring Boot API example
      tasks/                        #   Payment, security, microservice tasks
  package.json
  tsconfig.json
  README.md
  LICENSE

πŸ§ͺ CLI Reference

CommandDescription
magneto initInitialize Magneto AI (auto-detects stack and prompts to install matching packs)
magneto init --with <packs>Initialize with specific power packs
magneto init --adapter <name>Initialize with an adapter
magneto init --auto-installCI mode: auto-install all detected packs without prompting
magneto init --no-suggestSkip auto-detection prompt
magneto detectPrint detected stack (languages, frameworks, clouds) and recommend packs β€” read-only
magneto detect --jsonDetection output as JSON for tooling
magneto refreshRefresh configuration and detect packs
magneto doctorValidate setup and diagnose issues
magneto plan <task>Generate execution plan (.md, .yaml, or .json)
magneto plan <task> --dry-runPreview plan without saving
magneto run <task>Execute a task
magneto run <task> --runner openaiExecute with specific runner
magneto run <task> --runner ollamaExecute locally via Ollama (no API key, no data egress)
magneto run <task> --mode observeExecute in observe mode
magneto run <task> --approve-eachExecute with step-by-step approval workflow
magneto merge <outputDir>Merge agent results
magneto merge <outputDir> --format mdMerge as Markdown report
magneto generate <task>Generate scoped prompt for Windsurf/Copilot
magneto generate <task> --role backendGenerate prompt for a specific agent role
magneto generate <task> --output prompt.mdSave prompt to file
magneto analyzeAnalyze codebase and build structured memory
magneto analyze --include src libAnalyze specific directories only
magneto analyze --depth 3Limit directory scan depth
magneto skills listList all registered skills
magneto skills install <skill>Install a skill to IDE
magneto skills verifyVerify all skills have SKILL.md
magneto reviewGraph-aware code review
magneto review --diff <file>Review specific diff
magneto investigate --error <msg>Debug with auto-freeze
magneto shipRelease automation
magneto ship --draftCreate draft PR
magneto retro --sprint <id>Sprint retrospective
magneto audit --verifyVerify audit hash chain
magneto learn --save <text>Save a learning
magneto guard <paths...>Activate safety guard
magneto carefulEnable careful mode
magneto freeze <paths...>Freeze paths for editing
magneto unfreezeUnfreeze all paths
magneto trace --coverageShow trace coverage
magneto drift --spec <file>Detect spec drift
magneto codex reviewCross-model code review
magneto plan-ceo-reviewCEO review gate

πŸ›£ Roadmap

Shipped

  • Interactive plan approval workflow
  • Ollama Runner (local, zero-egress)
  • Python, Java, FastAPI, Spring Boot, AWS Power Packs
  • Streaming runner output (Ollama NDJSON streaming)
  • Project Glasswing β€” AI Security Audit & Vulnerability Detection (SAST + secrets + OSV.dev dep scan + auto-fix)
  • Compliance engine β€” SOC2 / HIPAA / GDPR / PCI-DSS evaluation
  • OS-level sandboxing β€” Docker, Podman, sandbox-exec, bwrap, Windows Sandbox, WSL2
  • Zero-trust memory lock β€” HMAC-signed manifest, offline-only mutation, runtime gating
  • Spec-Driven Development β€” OpenSpec, Spec Kit, BMAD with shared reconciler
  • Skill scanning via snyk-agent-scan (ToxicSkills detection)

In flight / next

  • VS Code extension with agent panel
  • Custom power pack authoring guide
  • Multi-repo orchestration
  • GitHub Actions integration
  • Cost tracking and budget limits
  • Plugin marketplace
  • Living-spec mode (bidirectional spec↔code updates during agent runs)

Full detail: ROADMAP.md.

πŸ“„ License

MIT β€” see LICENSE

β˜• Support This Project

Magneto AI is free and open source. If it saves you time, consider supporting continued development:

Buy Me A Coffee Β Β  GitHub Sponsors

Your support helps fund:

  • New integrations and power packs
  • Better documentation and examples
  • Long-term maintenance and security updates

Magneto
Built with ⚑ by the Magneto AI team.

Keywords

ai

FAQs

Package last updated on 28 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts