Technology Aug 18, 2026 · 1 min read

Show HN: Openleetcode – local LeetCode runner where tests live in the repo

You write a standard solution, just like on LeetCode, and run it through the CLI. It identifies the problem by ID or title, executes your code against local test cases, and shows the result.It currently supports around 1.4k problems and multiple languages, including Python, C++, Rust, Java, Go, Typ...

HA
Hacker News
by therepanic
Show HN: Openleetcode – local LeetCode runner where tests live in the repo

You write a standard solution, just like on LeetCode, and run it through the CLI. It identifies the problem by ID or title, executes your code against local test cases, and shows the result.

It currently supports around 1.4k problems and multiple languages, including Python, C++, Rust, Java, Go, TypeScript, Swift, and others.

The project is still an MVP. System design, SQL, and concurrency problems are not supported yet, but support for more problem types is planned.

Made in Haskell!


Comments URL: https://news.ycombinator.com/item?id=49347178

Points: 6

# Comments: 2

HA
Source

This article was originally published by Hacker News and written by therepanic.

Read original article on Hacker News
Back to Discover

Reading List