llm9p: Access Large Language Models Through a 9P Filesystem Interface
By
mleroy
Pulled from the oven just right. Trustworthy, fact-dense, deeply satisfying.
Summary
llm9p is an open-source project that exposes Large Language Models (LLMs) as a 9P filesystem, allowing users to interact with AI models through standard filesystem operations. Users can write prompts to files and read responses from the same files. The project currently supports Anthropic API and Claude Code CLI backends, with plans to add local LLM support via Ollama. This approach enables scripts, AI agents, and users to access LLMs through familiar filesystem interfaces rather than specialized APIs.
Key quotes
· 4 pulledllm9p enables users, scripts, and AI agents to interact with Large Language Models through standard filesystem operations
Write a prompt to a file, read the response from the same file
Supports multiple backends including Anthropic API, Claude Code CLI, and local LLMs (planned)
LLM exposed as a 9P filesystem
You might also wanna read
Mesh LLM: Peer-to-Peer Inference Cloud for Running Open AI Models
Mesh LLM is a peer-to-peer inference cloud platform that allows users to pool spare computing capacity to run open AI models. The platform e
Lapis: Offline AI Chat Assistant Running Open-Source LLMs Locally on Your Device
Lapis is an AI chat assistant that runs open-source large language models locally on devices, providing fully offline and private AI chat ex
