How to install santifer/career-ops. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
santifer/career-ops Installation Guide
How to install santifer/career-ops. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for santifer/career-ops. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i santifer/career-opsor
Install via npx
npx @hexmos/ipm i santifer/career-opsPrerequisites
Node.js
runtimeVersion: >=18.0.0
npm
package_managergit
vcsChromium
browserVersion: latest
Playwright
toolClaude Code or Gemini CLI
cliGo
runtimeManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Install (npm)
git clone https://github.com/santifer/career-ops.git
cd career-ops
npm install
npx playwright install chromium
cp config/profile.example.yml config/profile.yml
cp templates/portals.example.yml portals.yml
touch cv.md
npm run doctorGemini CLI Integration (Recommended)
npm install -g @google/gemini-cli
gemini auth
git clone https://github.com/santifer/career-ops.git
cd career-ops
geminiStandalone Gemini API Script
git clone https://github.com/santifer/career-ops.git
cd career-ops
npm install
cp .env.example .env
export GEMINI_API_KEY=your_gemini_api_key
node gemini-eval.mjs "We are looking for a Senior AI Engineer..."Dashboard TUI
git clone https://github.com/santifer/career-ops.git
cd career-ops
cd dashboard
go build -o career-dashboard .
./career-dashboard --path ..Post Installation Steps
- Configure your profile by editing `config/profile.yml`.
- Customize company information by editing `portals.yml`.
- Create your CV in markdown format in the project root (`cv.md`).
- Personalize the system with Claude by running `claude` in the project directory and issuing commands like 'Change the archetypes to backend engineering roles' or 'Update my profile with this CV I'm pasting'.
- Start using the tool by pasting a job URL or description, or by running `/career-ops` commands.
