AI article
One Python Agent Core, Four Ways to Run It: Nova on Server, Web, TUI, and Desktop
Community description: Nova is an open source AI agent with one shared Python runtime behind an HTTP server, web UI, terminal TUI, and desktop app. Here is how it fits together and how to try it locally with Ollama.
Dev.to | Sep 12, 2026 | bigrivi
Automated excerpt
Nova is an open-source personal AI agent runtime for developers. Nova's answer, in its README's words, is "Your open source AI agent on desktop, terminal, web, and API. " The same agent core in nova/ drives the TUI, server, frontend, and desktop. The same agent loop decides what to do next, calls tools, and streams back text, reasoning blocks, tool calls, and tool results.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.