Developer ToolsEditorial
CHomepage preview unavailableAutomated capture not permittedLocal-first Linux server management with an AI-assisted terminal.
CtrlOps is a desktop app for SSH, files, monitoring, and one-click deploys without installing agents on the server. Credentials stay on the operator’s machine while the assistant helps with day-to-day DevOps work.
server managementAI terminallocal-first DevOps
Developer ToolsEditorial
MHomepage preview unavailableAutomated capture not permittedPrivate, on-device AI for talking to and automating a Mac.
ModelPiper runs local models on macOS and can also connect to Ollama, OpenAI, Anthropic, or Groq. Builders use it to chat with the machine, assemble visual pipelines, and keep the default path off the cloud.
local AImacOS automationmodel pipelines
Developer ToolsEditorial
YHomepage preview unavailableAutomated capture not permittedA persistent memory database built for AI agents, not chat logs.
YantrikDB stores semantic recall, a knowledge graph, and time-decayed memories that agents can query later. It ships as a Rust engine, a Python package, an MCP server, or a replicated network service.
agent memoryknowledge graphMCP
Developer ToolsEditorial
GHomepage preview unavailableAutomated capture not permittedCall methods across languages as if the services were already local.
Graftcode generates typed clients so modules can invoke each other without writing APIs, queues, or SDKs. The pitch is less glue code for humans and fewer tokens for coding agents that would otherwise generate that plumbing.
cross-language RPCtyped clientsAI workflows
Developer ToolsEditorial
RHomepage preview unavailableAutomated capture not permittedStructured thinking modes for coding agents, delivered over MCP.
ReasonKit Think is an Apache-licensed MCP server that adds named reasoning modes, fail-closed verification, and an auditable decision log. Installers detect local AI clients and wire the server in without a separate cloud account.
MCPagent reasoningverification