Product

One product, every surface.

Pathrule is a path-scoped knowledge layer for AI coding assistants. It is one product. The surfaces below are different ways into it: a native app, your editor, the terminal, any MCP agent, your own infrastructure, or the open source core. Your team's cloud content is shared across all of them. Local runtime state stays scoped to the current user and machine.

How to choose

Every surface speaks the same MCP tool contract, so the AI client sees the same tools and the same path-scoped context whichever one you run. Pick a surface by where you work and what you need to control, not by features. The table below lines them up side by side; the list under it maps common workflows to a surface.

SurfaceAccount neededLocal repo accessBundled MCP serverAI clientsWorks offlineBest for
macOS appFor the team layerYesYesClaude Code, Cursor, Codex, Windsurf, CopilotYes (local cache)The most complete surface, wired on install.
VS Code extensionOptional (local mode)Yes (open folder)Connects your clientsCopilot, Claude Code, Cursor, Codex, WindsurfLocal mode, no accountWorking inside VS Code, Cursor or Windsurf.
CLIFor the team layerYesYesMaterializes the hook for your clientsYesTerminal-first setup, headless boxes, CI.
MCP serverDepends on clientNon/aAny MCP-capable agentLocal stdioConnecting any agent over one typed tool surface.
Self-hostedYour SSOPer clientPer clientAny MCP-capable agentOn your infraRunning the full team product inside your VPC.
Open source coreNoneYesYesAny MCP-capable agentYesReading the code and running the engine locally.

Pick by workflow

Same product, same tools. Start from the surface that matches how you work.

macOS app

Everything wired on install: the bundled MCP server, the hook installed into your AI clients, and a local cache that keeps context instant and offline.

Learn more

VS Code extension

You live in VS Code, Cursor or Windsurf. The open folder is the workspace and the active file is the path. Start in local mode with no account, and sign in later for the team layer.

Learn more

CLI

Terminal-first setup, headless boxes, or CI. Sign in over SSH with a device code, and emit JSON from the doctor, repair and status commands.

Learn more

MCP server

You just need to connect an agent. It exposes memories, rules and skills only, with no exec and no arbitrary filesystem reads, local over stdio or cloud over the hosted Remote MCP.

Learn more

Self-hosted

Governance requires the full team product on your own infrastructure: your database, your identity, your backups, with realtime and AI running on your side.

Learn more

Open source core

Run the engine for free under Apache-2.0 with no account, and read exactly how routing and ranking decide what your agent sees.

Learn more

Account, team, billing and invites live in Pathrule Web at app.pathrule.io, the cloud management console. Writing knowledge and running your AI assistants happen in Pathrule Studio or the CLI on your machine, where the path-scoped context is delivered.