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 so you can use its commands and docs without guessing how the framework is supposed to work.
You do not need to understand every feature before you start.
Beginner Path¶
- Answer the short setup interview.
- Read install-prerequisites.md.
- Download the repo with git.
- Run local install into
./.orca-framework. - Run the verification command.
- Skip plugins unless you already know you need one.
- Skip harness setup unless you already know which harness you use.
- 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?
- Which harness do you plan to use first?
- Do you need GitHub or Linear on day one?
- Do you want the safest guided path or the fastest path?
- What is the first real task you want ORCA to help with?
Exact Commands¶
sh
git clone https://github.com/henryvn27/orca-framework.git
cd orca-framework
./install/install.sh --mode local --target ./.orca-framework
./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: