Dicklesworthstone/remote_compilation_helper
Intercepts cargo/gcc builds from AI coding agents via hooks and transparently routes them to remote worker machines, returning artifacts as if compiled locally
This tool helps AI coding agents avoid saturating your local computer's processor when they're building software. It takes common compilation commands (like `cargo build` or `gcc`) from your AI agent, sends them to a remote server for processing, and then returns the results as if they were done locally. AI developers, especially those using multi-agent systems, would use this to keep their workstations responsive while agents work.
Use this if your AI coding agents' compilation and testing tasks are slowing down or freezing your local machine due to high CPU usage.
Not ideal if your AI agents need to perform actions that modify your local system's installed packages or run interactive/background processes.
Stars
35
Forks
3
Language
Rust
License
—
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Dicklesworthstone/remote_compilation_helper"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spider-rs/spider
Web crawler and scraper for Rust
RightNow-AI/openfang
Open-source Agent Operating System
Dicklesworthstone/pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
liquidos-ai/AutoAgents
A multi-agent framework written in Rust that enables you to build, deploy, and coordinate...
Ataraxy-Labs/sem
Semantic version control CLI. Entity-level diff, blame, graph, and impact analysis for code. 16...