Thanks to visit codestin.com
Credit goes to lib.rs

8 releases

Uses new Rust 2024

new 0.1.7 Oct 25, 2025
0.1.6 Oct 25, 2025

#28 in Template engine

Codestin Search App Codestin Search App

460 downloads per month

Custom license

2MB
5.5K SLoC

owlgo

The Algo Owls CLI is a lightweight and blazingly fast (sorry) tool to provide LLM integration into your programming practice.

Made with VHS

The above example was generated with VHS (view source).

Tutorial

To get started, install owlgo. Fresh installs won't typically come with templates files, so you'll need to first create a program. If you have a program that you would like to use as a template, you can stash the program.

owlgo stash -T hello.rs

If you do have a template file stashed away, you can initialized a new program from that stashed template.

Made with VHS

Once you've finished implementing your solution, you can run the solution using owlgo. This makes it much easier to ensure that you're using the same build/run arguments that competitive programming (CP) contests use. It also has the upside of making it easier to use new languages. owlgo supports nearly two dozen languages including those officially used by ICPC and USACO.

Made with VHS

If your program seems to be working, it's time to start your quest to solve the problem. Many CP problems have test cases published online. owlgo can fetch these test cases for you.

Made with VHS

If you don't want to fetch the test cases, owlgo will always fetch them for you once you attempt a quest. A quest in this case is an attempt to pass all provided test cases for a CP problem. owlgo makes it easy to check your solution against the test cases and provides feedback on each test case.

Made with VHS

If you're having trouble solving a problem, understanding the problem description, or would just like to explore the problem further, owlgo provides LLM integration right from your terminal.

Made with VHS

[!NOTE] Note that the above example has been edited to remove the time that claude took to think. Responses typically vary between 10-30s.

If you'd like, you can go back and view your chat history or any of your other stashed files at any time.

Made with VHS

To ensure that you never lose your history or any of the hard work that you've put into improving your programming skills, owlgo also provides git integration.

Made with VHS

Install

Use the cargo package manager:

cargo install owlgo

Run help to ensure that it installed correctly and begin exploring what owlgo can do.

owlgo -h

Dependencies

~36–56MB
~853K SLoC