Dev Tools · 1h ago
Developer Builds AI Desktop Tools Using Claude CLI Instead of API
A developer created two Python desktop tools: Rasco, a JARVIS-style assistant that controls the PC, and Gosi, a coding assistant that understands local codebases. Both tools avoid direct API calls by piping prompts through Claude Code CLI as a subprocess. The approach eliminates cloud costs and API keys while running fully offline.
Meridian48 take
The clever use of Claude CLI as a subprocess is a practical hack for local AI workflows, but it trades API reliability for dependency on a command-line tool that may not be designed for this use case.
Read the full reporting
I Built Two AI Desktop Tools with Python — No API Keys, No Cloud Costs →
DEV Community
local-aipython-tools