Beginner Track¶
This section is for people who want the shortest reliable path from zero to a working Kabot instance.
The 5-Step Path¶
- Install Kabot.
- Run
kabot config. - Choose at least one model provider.
- Start
kabot gateway. - Test with
kabot agent -m "Hello Kabot".
Who This Track Is For¶
Use this track if you are: - new to local AI tooling - not sure which config options matter yet - trying Kabot on Windows, macOS, Linux, or Termux - more interested in getting it running than reading architecture first
Beginner Success Criteria¶
You are done with the beginner track when:
- the setup wizard saves without errors
- kabot gateway starts cleanly
- the dashboard opens
- a one-shot CLI message works
- you understand where to edit config later