Open source
Read the code. Run it locally. Change it.
CareerOS is MIT-licensed and built to be legible. There is no hosted backend to trust — the whole system runs on your machine, against files you can read.
License
MIT License
© 2026 Vipul Katarnaware. Use it, fork it, ship it.
Runs under any coding CLI
Claude Code, Codex, Gemini CLI, or OpenCode — the same skill files run on all of them. The host agent is both runtime and model.
Where to start
The architecture makes contributions small.
Read the developer guide
The deterministic/reasoning boundary, secrets handling, and the failure-handling principle are documented before you write a line.
Learn more →Add a provider
Every source implements the same small contract — validate, fetch, to_job_dict. The pipeline never knows which provider a job came from.
Learn more →Improve a prompt
Prompts are versioned files. A new version is a one-line config change that regenerates only the affected stage.
Learn more →Coming later
Not built yet — placeholders, kept honest.
These are planned additions to this site and the project. They're listed here so the roadmap for the docs themselves is visible, not to imply they exist today.