STOP SPENDING ON CONNECTS
UpLance is a blazing-fast, local TUI that uses private AI to score Upwork jobs against your CV before you bid. Stop scrolling and start flow.
Join the Founding Fleet (10€ Lifetime)Requires Upwork API Keys and Ollama installed locally or a LLM Provider key
We are a Zero-Knowledge binary. Your API keys are yours and stored only on your machine. We never touch them.
UpLance connects directly to Upwork and the chosen LLM Provider. There is no middleman server. Verify our traffic with any network monitor.
Use a local LLM via Ollama for 100% private job matching. Your data is not the product.
Copy the generated proposal, open the job manually, and paste. No automation = no ban risk.
Configure API
Filter Categories
Choose AI
Filter Models
Search Jobs
Draft Proposal
10€
40€
1. Visit https://www.upwork.com/developer/keys/
2. Apply for a key
3. Add a title
4. Select "desktop project"
5. Callback URL should be http://localhost:3000/callback
6. Project description should be something like "private tool for job searching"
7. Permissions needed are:
• Common Entities - Read Only
• Job Postings - Read Only
• Read marketplace job postings
• Read public marketplace job postings
8. API Usage should be 1-10
9. Copy the Client ID and Secret
1. Visit console.anthropic.com
2. Sign in or create an account
3. Navigate to API Keys section
4. Click "+ Create Key"
5. Copy the generated key (sk-ant-...)
1. Visit https://opencode.ai/go
2. Login to your account
3. Go to "API Keys"
4. Copy your default API key or create another one
1. Go to platform.openai.com
2. Sign in to your account
3. Navigate to API Keys in the sidebar
4. Click "+ Create new secret key"
5. Copy the key (sk-proj-... or sk-...)
Important: Store securely (won't be shown again)
Windows:
PowerShell: irm https://ollama.com/install.ps1 | iex
OR download OllamaSetup.exe (requires Windows 10+)
Linux:
curl -fsSL https://ollama.com/install.sh | sh
macOS:
Terminal: curl -fsSL https://ollama.com/install.sh | sh
OR download Ollama.dmg (requires macOS 14+)
Pull a 7b model:
Browse models: ollama.com/library
Pull command: ollama pull mistral:7b-instruct
Other 7b options: llama3.2:7b, command-r7b:7b
7b models require ~4-5 GB disk space