Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Want More Coding Agents to Work Like This

๐Ÿ’ป One thing I dislike about coding-agent setups is how quickly they become part of one specific machine. Provider config goes in one place, session state somewhere else, local models live in another directory, and suddenly moving to a second machine means rebuilding the environment. OpenClaude-Portable takes a much cleaner approach. It packages the coding agent, runtime and persistent data intoโ€ฆ

Coding-agent setups often become tied to a single machine, with configuration, session state, and local models scattered across different locations. OpenClaude-Portable takes a different approach, packaging the coding agent, runtime, and persistent data into a single, self-contained folder. This setup supports both cloud and local models, allowing users to switch between different providers without rebuilding their environment.

Currently, it supports nine providers, including Anthropic Claude, OpenAI, Google Gemini, DeepSeek, OpenRouter, NVIDIA NIM, Ollama, LM Studio, and custom OpenAI-compatible APIs.

The portable nature of OpenClaude-Portable is not tied to a specific model vendor, allowing users to use cloud models when needed and switch to local options like Ollama or LM Studio when working offline. The caveat is that cloud providers still require an internet connection, while Ollama can run locally after the initial setup.

The project redirects persistent data into a local data folder, including provider settings, API keys, logs, session history, agent memory, and local Ollama files. Importantly, it does not write configuration into the host system, which is crucial for maintaining a consistent environment when moving the folder around.

OpenClaude-Portable offers two modes for running the agent: normal mode, which prompts for file writes or shell commands, and limit-free mode, which runs without approval prompts. The project also includes session resume functionality, storing session history inside the portable data folder and providing a resume command for interrupted sessions. This is more valuable than flashy UI features, as it allows the agent's working context to persist over time.

The browser dashboard offers a chat-style interface, agent mode, tool cards, and thinking visualization, providing an alternative to a terminal-only experience. OpenClaude-Portable's local-model optimization is particularly impressive, with a local proxy that trims the system prompt for small Ollama models, reducing latency from 60-120 seconds to roughly 5-20 seconds on CPU-only hardware.

The base installation is small, requiring around 150 MB for the runtime and engine, while local models can grow to 800 MB to 8 GB, depending on the Ollama model used. This makes a portable setup practical for various use cases, such as travel, backup machines, recovery environments, temporary workstations, and offline coding with small local models.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in Tech

Weekly Dev Log 2026-W18

๐Ÿ—“๏ธ This Week Weโ€™ve still had plenty of hot days lately, but there have also been some cooler days when it rains. Itโ€™s starting to feel like summer is slowly coming to an end๐ŸŽ‡.

  • ToneDrill introduces Chord Tone Practice mode
  • Validation script tests 504 conditions
  • Author focuses on UI design for new mode

Cloudflare Spectrum for Minecraft: Protect, Accelerate, Then Monitor with Crystade

Protecting and Monitoring Minecraft Servers: Cloudflare Spectrum & Crystade Minecraft servers, especially public networks, face constant threats: DDoS attacks, network congestion, and silent failuresโ€ฆ

  • Cloudflare Spectrum protects Minecraft servers from DDoS attacks and network congestion
  • Spectrum hides origin IP, reduces latency, and operates at network layer
  • Crystade monitors Minecraft server health, provides alerts and public status page

The GNU strip backdoor is the case AI code review can't see

This paper (arxiv 2607.24888) is worth a stop if you evaluate AI code review. It shows Ken Thompson's trusting-trust attack is not compiler-specific: the authors pull it off with GNU strip, a buildโ€ฆ

  • GNU strip backdoor can implant payload in ELF binaries
  • AI code review tools cannot detect binary-level malicious code
  • Strip-trust problem requires separate verification from source code review

How to Send Email from Cloudflare Workers

There are two real ways to do this: Cloudflare's own native Email Service binding, or calling an external email API like Notify over fetch() .

  • Native Email Service requires Paid plan, domain registration, DNS records, and Wrangler config
  • External API method (e.g., Notify) is portable, avoids Node.js issues, needs API key as secret

More from Tuesday 8 September โ†’