-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The only machine you own is a phone β a second-hand one β yet most coding guides open with "grab a real laptop and a GPU." So the idea stayed parked for some future budget. Then you find a route that asks for none of it. The heavy AI thinking never runs on your phone β it runs at the providers you pick; your phone only routes traffic. Now, on a night bus with one hand on the screen, you ship from your pocket. The gear stopped being the excuse.
aigate is a plain Python app you run yourself β Linux, Windows, Android (Termux), or a full Linux distro on a phone. No GPU, no compiler, nothing desktop-only. Start it and a page opens at a local address: no server, no account. Nothing talks back to us β your requests go only to the AI providers you chose, never through someone else's middleman. It's free and open source, and anyone may copy the code, so aigate's one true home is github.com/fadhly-permata/AI-Gate.
- Build on a small screen. Made for phones, in eight languages, light or dark.
- Keep going when a key runs dry. Line up a few providers in one group: when one errors or hits its quota, aigate moves to the next without a resend. Set that up
- See where your AI money went. Each request logs tokens and an estimated cost, grouped your way, plus a CSV export.
- A real terminal in the browser. 24 coding tools launch into a fresh tab with your chosen model. Missing one? You get an install command matched to your device β list still growing. Look around Β· See the tools
- Call it from your own code. One local address, any language. Here's how
| I want to⦠| Read this |
|---|---|
| get it running on my phone | Quick Start |
| hook up my coding tool | CLI Tools |
| choose and line up providers | Providers & Combos |
| send requests from my own code | OpenAI API |
Add the providers you have, put them side by side in a group β aigate calls it a combo β and each combo gives one tidy local address. Terminal, tools, your scripts: all point there. Which provider answers is aigate's problem, not yours. Your device only routes; models run on someone else's hardware, over your normal connection.
That's the map. Quick Start is the first step.
Made with β€οΈ by Fadhly Permata
New here? Start at Home Β· the code lives at github.com/fadhly-permata/AI-Gate
Start here
Set it up
Every way to use it