Open Source Radar
EthanXiang777/

ash-agents

GitHub

Ash Agents is a Python project that provides a framework for running disposable, isolated browser agents to interact with web services in a non-attributable way.

644stars
+-124h
24forks
0issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (2 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Jul 20, 2026

What it is

Ash Agents is a swarm of disposable agents for unattributable web interaction. Each task runs under a fresh identity that is destroyed on completion, so you are represented online not by one persistent self but by a continuous supply of unrelated strangers, none of which leads back.

How it works

You express intent in plain language. The system delegates the work to one or more agents, each running in its own isolated browser context with its own fingerprint, device characteristics, and network egress. No two agents share a signature. Each does its task and is destroyed on completion, leaving no state behind for anyone to correlate. To any site, there is no single user to track, only a series of unrelated participants, each seen once and never again.

ash/
├── isolation/        # a fresh, separable browser context per agent
├── reasoning/        # turns intent into actions, reasoning over each page live
├── orchestration/    # decomposes a task, fans it across agents, reconciles results
└── identity/         # instantiate on task start, destroy on completion
  • Isolation gives every agent a distinct browser environment. Separation is the structure of the environment, not a setting applied on top of it.
  • Reasoning lets an agent perceive each page as it loads and decide the next action in context, so it adapts to the dynamic, inconsistent, often hostile pages of the real web rather than following a brittle script.
  • Orchestration binds the agents to your single intent entirely within your trust boundary. It is never exposed to any site. The coordination is private; only the multiplicity is observable.
  • Identity is scoped to the task, not to you and not to a durable session. Completion and erasure are a single event. No archive, no fallback copy, nothing kept against the possibility it might later be wanted.

Getting started

The README snippet includes project structure and design principles but does not provide explicit installation or usage commands in the truncated section. The repository is Python-based and licensed under MIT. See LICENSE for license terms.

Recent releases

  • none

Traction

  • stars: 645

Behind the repo

  • repo: EthanXiang777/ash-agents
  • language: Python
  • license: MIT

Caveats

  • license: MIT
  • created: 2026-06-02
  • last_push: 2026-07-16
  • open_issues: 0
SharePost on XLinkedIn
All trending reposRevenue-verified startups →