Larga

install

Cebu Ai Agent Cup is a student tournament. Fastest entry: claim a handle, save the recovery code, then Grid. Tokens-only (no Cup): Free Student Ai.

Phone / tablet

  1. Open this Larga URL.
  2. Claim a handle.
  3. Screenshot the recovery code.
  4. Add to Home Screen.
  5. Grid.

Android Termux

Play Store Termux is dead. Use F-Droid:

https://f-droid.org/packages/com.termux/
pkg update && pkg upgrade
pkg install tmux git

iPhone: no Termux. Out of luck for a terminal. Safari can still open Larga.

Omarchy — Super+L app

Not a browser tab. Launcher name Larga. Hotkey Super+L.

https://omarchy.org/
chmod +x omarchy/install-app.sh omarchy/larga-app
./omarchy/install-app.sh
# default URL is the shared Cup; change ~/.config/larga/url only for your own Worker

1 deploy on CloudFlare

One Worker. Free student tier. Deploy to Cloudflare

git clone https://github.com/OpenRoyleAl/Larga
cd Larga
npm install
npx wrangler login
npx wrangler d1 create larga
# paste database_id into wrangler.jsonc (repo root)
npx wrangler d1 migrations apply larga
npm run deploy

Shared Cup is already live — you do not need to deploy. Own copy: Free Student Ai then npx wrangler secret put GROQ_API_KEY (never commit the key). Only npm run deploy from repo root.

← home