A comprehensive Python CLI for intelligent career navigation, offer negotiation, and application strategy optimization. Built with privacy-first principles, zero telemetry, and local encryption.
- Local Storage: SQLite database with AES-256 encrypted backups
- Keyring Integration: OS-level secure API key management
- Privacy: Zero telemetry, no cloud storage, no external data sharing
- GDPR Compliant: No third-party data collection
- Predictive Pathing: Career trajectory analysis and next-step recommendations
- DNA Matching: Company culture compatibility scoring
- Market Intelligence: 2026 salary benchmarks and negotiation leverage
- Personalized Moves: Strategic recommendations based on application history
- Form Ingest: Parse saved HTML forms from DevTools
- ATS Detection: Identify which system (Workday, Greenhouse, Taleo)
- Guided Field Queue: Sequential clipboard loop for high-friction forms
- Smart Suggestions: Pre-populate fields from profile data
- 3-Tier Scripts: Conservative, Balanced, Aggressive negotiation tactics
- Approval Probability: Data-backed success likelihood for each tier
- Total Comp Analysis: Breakdown of salary, equity, bonus, benefits
- Counter-Offer Generation: Formal email templates with market justification
- Burnout Monitor: Application velocity tracking with mandatory breaks
- Hallucination Guard: Resume integrity verification (100% factual accuracy)
- A/B Testing Framework: Track response rates for different resume personas
- Statistical Significance: Chi-square testing for variant comparison
pip install -r requirements.txt
python applywizard.py --helppython applywizard.py analyze --path "Python Developer"Shows next-step roles, skills to acquire, and timeline.
python applywizard.py market --trendsPredicts emerging skills, fastest-growing roles, and salary trends.
python applywizard.py ingest "https://example.com/job-posting"Scores compatibility and extracts key role markers.
python applywizard.py tailor --persona "startup"Options: startup, enterprise, technical, leadership
python applywizard.py bridgeStarts guided paste loop with suggested values.
python applywizard.py negotiate --offer '{"salary": 150000, "company": "TechCorp", "role": "Senior Engineer"}'Generates 3-tier scripts with success probabilities.
python applywizard.py wellness --check 8Assesses burnout risk and recommends breaks.
python applywizard.py initSet up career profile with manual context selection.
python applywizard.py backupCreates AES-256 encrypted backup of all data.
| Feature | Details |
|---|---|
| Encryption | AES-256 for all sensitive data |
| Database | SQLite with encrypted backups |
| Security | OS keyring or env var for master key |
| Telemetry | None - 100% local processing |
| Backup | Encrypted exports available on demand |
- Current role, company, years of experience
- Skills and target roles
- Profile-company compatibility scores
- Company, role, compatibility score
- Resume persona used
- Status tracking (submitted, responded, interviewing, offered)
- Response timeline
- Offer details (salary, equity, bonus, benefits)
- Negotiation history
- Counter-offer tracking
- Daily application velocity
- Burnout score calculations
- A/B test results (variant response rates)
- Resume integrity audit trail
Set environment variable for master key (optional):
export APPLYWIZARD_KEY="your-secure-key"All data stored in: ~/.applywizard/
β What ApplyWizard Does NOT Do:
- Send data to cloud services
- Track your IP or location
- Store third-party names (professionals at target companies)
- Require authentication
- Share data with anyone
β What ApplyWizard Does:
- Stores data locally in encrypted SQLite
- Provides market-backed negotiation scripts
- Tracks your application strategy
- Monitors burnout and wellness
- Generates resume variants for A/B testing
- LinkedIn profile auto-parsing
- Real-time job board scraping
- Interview prep with mock questions
- Equity calculator with vesting schedules
- Visa pathway simulator
- Tax optimization for RSU/options
This is a personal career OS. For bugs/features, use GitHub issues.
Proprietary - ApplyWizard v5.0. Use at your own risk.