proxypal

(β˜… 1,194)

A desktop app that lets you use your AI subscriptions (Claude, ChatGPT, Gemini, GitHub Copilot) with any coding tool. Wraps CLIProxyAPI with a clean UI for managing connections and tracking usage.

  • .env.example
  • .fallowrc.json
  • .gitignore
  • .ignore
  • .npmrc
  • .oxfmtrc.jsonc
  • AGENTS.md
  • bun.lock
  • index.html
  • LICENSE
  • oxlint.config.mjs
  • package.json
  • pnpm-lock.yaml
  • postcss.config.js
  • README.md
  • RELEASE_NOTES.md
  • tailwind.config.js
  • TEST_PLAN.md
  • tsconfig.json
  • tsconfig.node.json
  • vite.config.ts

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/heyhuynhgiabuu/proxypal

Downloads the entire project code from GitHub to your computer.

cd proxypal

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
pnpm install

Downloads and installs the libraries listed in package.json.

pnpm tauri dev

Type this command into your terminal and run it.

pnpm check:ts # tsgo when installed, otherwise tsc --noEmit

Type this command into your terminal and run it.

pnpm check:parallel # check:ts + lint + format:check (parallel)

Type this command into your terminal and run it.

pnpm add -D @typescript/native-preview

Type this command into your terminal and run it.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

3. Rust

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cd src-tauri && cargo check

Moves into the project folder you just downloaded.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation