logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-ops
or

Install via npx

npx @hexmos/ipm i santifer/career-ops

Prerequisites

Node.js

runtime

Version: >=18.0.0

npm

package_manager

git

vcs

Chromium

browser

Version: latest

Playwright

tool

Claude Code or Gemini CLI

cli

Go

runtime

Manual 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 doctor

Gemini CLI Integration (Recommended)

npm install -g @google/gemini-cli

gemini auth

git clone https://github.com/santifer/career-ops.git

cd career-ops

gemini

Standalone 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.