Show HN: MaskShift β a maximalist coding agent with zero NPM dependencieshttps://github.com/nafeeur/MaskShift
MaskShift is a local-first coding agent harness. Features: - Works with models that have no tool-calling API. Tool schemas are rendered into the system prompt and the model calls them by writing a block in its reply, parsed back into a normal tool call. - No npm runtime dependencies. Daemon are Node 22 built-ins only. Install is a file copy and a symlink. - Multi-provider: Ollama, OpenAI, Anthropic, Gemini, OpenRouter, LM Studio, vLLM. - 148 native tools: filesystem, shell, search/indexing, Git and Workspace, LSP, browser/CDP, containers, SSH, databases, web fetch. - Lazy MCP loading. Catalogβ¦