Download first
Start with the complete workspace ZIP.
The download contains the AI Engineer Launchpad dashboard. Career-Ops is installed as a separate sibling folder because it stores your personal CV, profile, tracker, reports, and job-search data.
Before you start
Windows installation
1. Extract the ZIP
- Right-click
AI Jobs Finding Workspace.zipand choose Extract All. - Use a simple location such as
Documents\\AI Jobs Finding Workspace. - Keep the extracted
ai-engineer-launchpadfolder inside that workspace folder.
2. Install Node.js and Git
Install Node.js and Git for Windows. Open a new PowerShell window and verify:
node --version
npm --version
git --version
3. Install your AI CLI
For Claude Code, run:
winget install Anthropic.ClaudeCode
claude
For Codex, run:
powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
codex
Complete the sign-in flow, then close and reopen PowerShell so the command path is refreshed.
4. Install Career-Ops
cd "$HOME\\Documents\\AI Jobs Finding Workspace"
npx @santifer/career-ops init
This creates a career-ops folder beside ai-engineer-launchpad.
5. Start the dashboard
cd "$HOME\\Documents\\AI Jobs Finding Workspace\\ai-engineer-launchpad"
npm install
npm run dev
Open the local URL printed in PowerShell, normally http://localhost:8080.
macOS installation
1. Extract the ZIP
- Double-click
AI Jobs Finding Workspace.zipin Downloads. - Move the extracted folder to
Documents/AI Jobs Finding Workspaceif you want a permanent location.
2. Install Node.js and Git
Install Node.js. Then open Terminal and verify:
node --version
npm --version
git --version
3. Install your AI CLI
For Claude Code, run:
curl -fsSL https://claude.ai/install.sh | bash
claude
For Codex, run:
curl -fsSL https://chatgpt.com/codex/install.sh | sh
codex
Complete the sign-in flow, then open a fresh Terminal window.
4. Install Career-Ops
cd "$HOME/Documents/AI Jobs Finding Workspace"
npx @santifer/career-ops init
5. Start the dashboard
cd "$HOME/Documents/AI Jobs Finding Workspace/ai-engineer-launchpad"
npm install
npm run dev
Open the local URL printed in Terminal, normally http://localhost:8080.
Install it with Claude Code or Codex
After extracting the ZIP and installing one AI CLI, open that CLI in the main workspace folder and paste this prompt:
Set up this AI Jobs Finding Workspace.
Inspect the README and package.json first. Install the Career-Ops engine as a sibling folder named career-ops if it is not already installed. Install the dashboard dependencies with npm, verify Node.js and Git, start the local dashboard, and tell me the local URL.
Do not submit any job applications. Guide me through the first-run onboarding and ask before making changes outside this workspace.
How to use the workspace
Connect the dashboard
- Open Settings in the dashboard.
- Set the Career-Ops directory to the full path of your
career-opsfolder. - Select Claude Code or Codex.
- Click Save and verify backend, then Test selected CLI.
Complete onboarding
Career-Ops needs your real information before it can score jobs properly. Add your CV, profile, target roles, salary expectations, location, and preferences. The required files are cv.md, config/profile.yml, modes/_profile.md, and portals.yml.
Find and evaluate jobs
Use Scan portals to discover matching jobs. Paste a job URL to evaluate it against your profile, create a report, and add it to your tracker.
Evaluate this job with career-ops auto-pipeline: PASTE_JOB_URL_HERE
Prepare, then review
Generate a tailored CV, draft application answers, prepare recruiter messages, and create interview preparation notes. The system is review-only: it never submits an application for you.
Track the pipeline
Use the tracker to monitor evaluated roles, applications, interviews, follow-ups, reports, and generated CVs.
Run career-ops tracker mode and summarize my current application statuses.
Use Hermes automation
In Settings → Hermes automation, choose a scan interval and decide whether the discovered queue should be prepared through your selected CLI. Run one cycle first, review the results, and keep application submission manual.
Everyday workflow
- Start the dashboard with
npm run dev. - Run a portal scan.
- Review the strongest matches.
- Evaluate the roles you genuinely want.
- Generate a tailored CV and application drafts.
- Review everything yourself before sending or submitting.
- Update the tracker after each real-world step.
Troubleshooting
claude --version or codex --version, then restart the dashboard.npm install inside both ai-engineer-launchpad and career-ops.npx playwright install chromium.Privacy and safety
- Keep your CV, profile, tracker, reports, and configuration files private.
- Never publish API keys, credential files, or screenshots containing secrets.
- Do not deploy this local dashboard to a public server with access to your career files.
- Always review generated CVs and application answers before sending them.