Accountable
Consented, scoped, credential-less cross-origin fetch for your GCU web apps. You decide which sites may reach which hosts — and nothing ever leaves your device.
GCU tools want to fetch arbitrary URLs — feeds, datasets, raw files, a local AI model — that the browser's same-origin policy blocks. The usual workarounds each leak trust: public CORS proxies see your traffic, extensions with blanket <all_urls> hold ambient power, native shells are heavy. Accountable takes the middle path — a fetch broker where access is granted per-site, every request is credential-less, private-network targets are blocked by default, and there is no server to send anything to.
How it works
What you see


Install
git clone https://github.com/gentropic/accountable(or download the folder).- Open
chrome://extensions, toggle Developer mode, click Load unpacked, select the folder. - Visit a GCU page, click the Accountable toolbar icon, and turn on Allow reads — that's the one host-permission prompt.
Chrome / Edge / Brave. Store listings coming soon. Works wherever weir, auditable, and the other GCU tools run.
Accountable collects nothing. No servers, no accounts, no tracking — everything it remembers lives only in your own browser. Read the full privacy policy →