Stop copy-pasting the same answers into 50 LinkedIn Easy Apply forms.
FoxyApply runs a real browser, fills out applications with your info, and submits them while you do literally anything else.
# Or build from source
go install github.com/wailsapp/wails/v3/cmd/wails3@latest
git clone https://github.com/pypesdev/foxyapply && cd foxyapply
wails3 build- Add your LinkedIn credentials and basic info (phone, location, experience)
- Set target job titles and locations
- Click Start — watch it apply to jobs in a real browser window
This project is built with Wails 3.
-
Go 1.23+
# macOS brew install go # or download from https://go.dev/dl/
-
Node.js 20+
# macOS brew install node # or download from https://nodejs.org/
-
Wails 3 CLI
go install github.com/wailsapp/wails/v3/cmd/wails3@latest
python3 -m venv venv
source venv/bin/activatewails3 devwails3 buildThe production executable will be created in the build directory.
python3 -m venv venv
source venv/bin/activate
On Windows use:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
go test ./...
rebuild the pyinstaller exe binary that places it in the build/ dir with:
wails3 dev
MIT
