For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation Issues

Solutions to Kerno installation issues.

The agent is not starting

If the Kerno agent is unable to start this might be to due to a specific configuration issue with your environment or machine. Try the following troubleshooting steps:

  • Make sure your VPN is off is you're using one. If you're using a VPN service Kerno will not be able to connect to LLM providers and therefore won't be able to index your codebase and run tests.

  • Restart your IDE and try again.


The indexing process is failing

If Kerno is failing to index your codebase, try the following troubleshooting steps:

  • Make sure your language stack is supported by Kerno

  • Make sure you don't have multiple projects open inside your IDE

  • Restart your IDE and try again.

If you encounter issues or have questions, message us on Discord, and we’ll gladly help.

Last updated