← All open source projects

Lichess

lichess-org/lila

Lichess is a free, ad-free, open source chess server.

Forks 2,703
Author lichess-org
Language Scala
License AGPL-3.0
Synced 2026-06-27

What It Is

Lichess is a free, ad-free, open source chess server. The main repository is called lila, short for lichess in Scala.

The project focuses on real-time gameplay and ease of use. Around a game, it offers analysis, tournaments, simuls, forums, tactics training, mobile apps, and shared study boards.

What Is Inside

The server is written in Scala 3 and uses a modified Play 2.8 framework. The interface is available in more than 140 languages thanks to community translators.

Lichess is interesting because it is a real high-traffic open product. It includes not just chess rules, but social features, APIs, engine analysis, and infrastructure around millions of games.

How People Use It

Players use it to play, solve puzzles, join tournaments, and study positions. Developers can inspect the HTTP API and learn from a large public service.

For the chess community, openness matters because product rules and client capabilities are not fully hidden inside a closed platform.

Example

The example calls the public Lichess API. It can be used in a small statistics tool or personal integration.

API Request

The command fetches public user data and fits a small integration or personal statistics tool.

Language: Bash
curl -H "Accept: application/json" \
  https://lichess.org/api/user/DrNykterstein

Strengths And Limits

Lichess’s strength is the combination of free access, no advertising, and a mature product. Open code makes it a rare example of a public service at this scale.

The limitation for people who want to run a copy is complexity. A full chess server with analysis, tournaments, and real-time play needs serious infrastructure and maintenance.

Project Context

Lichess is maintained in the lichess-org/lila repository; its public project history starts on 2012-02-21. GitHub reports the primary language as Scala, and the license as AGPL-3.0. The project also has a dedicated site: https://lichess.org.

For a catalog page, this context matters because the reader sees a real project with an owner, license, technical base, and public change history rather than an abstract name.