Install For Beginners¶
Use this page if you want Orca explained in plain language and in the safest order.
What You Are Doing¶
You are installing Orca Mission Control so you can create an outcome, record proof, and know when the work is actually complete.
You do not need to understand every feature before you start.
Beginner Path¶
- Read install-prerequisites.md.
- Download the repository with Git.
- Run local install into
./.orca-framework. - Add the installed
bin/directory toPATH. - Run verification and the doctor.
- Skip trackers, plugins, and agent setup unless your first Mission needs them.
- Run first-run.md.
Short Setup Interview¶
Answer these before you start:
- Are you just trying Orca, or do you want a setup you will keep using?
- What is the first outcome you want a Mission to track?
- Which command or artifact could prove that outcome?
- Will a human do the work, or do you want Codex, Claude Code, or another agent?
- Does that Mission actually need GitHub, Linear, or another integration?
Exact Commands¶
git clone https://github.com/henryvn27/orca-framework.git
cd orca-framework
./install/install.sh --mode local --target ./.orca-framework
export PATH="$(pwd)/.orca-framework/bin:$PATH"
./install/verify-install.sh --target ./.orca-framework
./install/doctor.sh --target ./.orca-framework
What Success Looks Like¶
You should see messages that say the install worked and the doctor check passed.
Then continue to:
Things You Can Skip¶
You can safely skip these on day one:
- plugins you do not understand yet
- advanced integrations
- extra harnesses
- global install
If Something Fails¶
Read: