Releases: PacifAIst/Proxyface
Releases · PacifAIst/Proxyface
ProxyFace v0.1.0
Privacy-first AI companion with local TinyBERT emotion detection via WebGPU. 40+ pixel-art characters, any LLM provider, voice I/O, eye tracking. GPL-3.0.
Three ways to run ProxyFace:
1. Web app — any device, any hosting, zero-config
Download Proxyface_easy_drop_and_deploy.zip, unzip, and:
| Platform | How to run |
|---|---|
| Windows (local) | Double-click START.bat — console opens, browser launches at localhost:8080. If Node.js is used as fallback, press Y when prompted to install http-server, then wait a few seconds. |
| Mac / Linux (local) | Open Terminal, cd into the folder, run chmod +x START.sh && ./START.sh — browser opens automatically |
| iOS | Use Safari at proxyface.com — local files are not supported on iOS |
| Android | Install Termux, then run pkg install python && python -m http.server 8080, open Chrome at http://localhost:8080 |
| Any web host | Upload all contents to public_html/ (root). If uploading to a subfolder like public_html/proxyface/, also copy sprites/, models/, sounds/, and easter.mp3 to the web root due to runtime fetch paths |
No build, no PHP, no Node.js, no database. The AI runs entirely in the visitor's browser.
2. Windows desktop app (.exe)
Download ProxyFace Setup 0.1.0.exe below. Double-click to install.
SmartScreen: Windows may show a blue screen saying "Windows protected your PC". Click More info → Run anyway. This is normal for unsigned indie apps — the
.execontains no malware, full source is on GitHub.
3. Build from source (developers)
git clone https://github.com/PacifAIst/Proxyface.git
cd Proxyface && pnpm install
cd apps/web && pnpm dev
# open http://localhost:5173