The package registry for Crystal

Versions, dependencies and generated API documentation, indexed straight from the source repository.

Shards
5,337
Stars
136,638
Dependency links
7,605

Getting started

Add a dependency

Declare it in shard.yml, then fetch it.

dependencies:
  kemal:
    github: kemalcr/kemal
    version: ~> 1.6.0

Install

Resolves the tree and writes shard.lock.

shards install

Publish

Tag a release and the registry indexes it.

git tag -a v1.0.0 -m "Release"
git push --tags

Most starred

invidious

2.20260804.1

github.com/iv-org/invidious

Invidious is an alternative front-end to YouTube

22673 stars0 dependentsDocs for invidiousAGPL-3.0-only

crystal

1.21.0

github.com/crystal-lang/crystal

The Crystal standard library and compiler.

20372 stars3 dependentsDocs for crystalApache-2.0 WITH Swift-exception

mint

0.29.0

github.com/mint-lang/mint

๐Ÿƒ A refreshing programming language for the front-end web.

4262 stars0 dependentsDocs for mintBSD-3-Clause

kemal

1.12.0

github.com/kemalcr/kemal

Fast, Effective, Simple Web Framework

3905 stars435 dependentsDocs for kemalMIT

github.com/vitobotta/hetzner-k3s

The easiest and fastest way to create production-ready Kubernetes clusters on Hetzner Cloud

3662 stars0 dependentsDocs for hetzner-k3sMIT

Recently updated

All shards

cray

master

gitlab.com/TeddyDD/cray

Complete bindings to Raylib for Crystal. Raylib is an extremely simple library for graphics, input, image manipulation and audio.

0 stars0 dependentsDocs for crayMIT

gitlab.com/renich/crstlint

RST format checker and linter using crst parser

0 stars0 dependentsDocs for crstlintGPL-3.0

github.com/wyhaines/unicode_width.cr

Unicode East Asian Width (UAX#11) implementation for Crystal - character and string display width calculation

0 stars0 dependentsDocs for unicode_widthApache-2.0

lua

master

github.com/SunP04/lua.cr

Crystal to Lua bridge

0 stars0 dependentsDocs for luaMIT