A curated list of awesome Crystal code and resources. Inspired by awesome and awesome-awesomeness. The goal is to have projects mostly stable and useful for users.
Contributions are welcome. Please take a quick look at the contribution guidelines first.
- Awesome Crystal
- Algorithms and Data structures
- Api Builders
- C Bindings
- Caching
- Cli Builders
- Cli Utils
- Configuration
- Converters
- Data Generators
- Database Drivers/Clients
- Database Tools
- Development Tools
- Environment Management
- Examples and funny stuff
- Framework Components
- Game Development
- HTML/XML parsing
- HTTP
- Image Processing
- Implementations/Compilers
- Logging and monitoring
- Machine Learning
- Markdown/Text Processors
- Misc
- Networking
- ORM/ODM Extensions
- Package Management
- Processes and Threads
- Project Generators
- Queue
- Routing
- Scheduling
- Science and Data analysis
- Search
- Task management
- Template Engine
- Testing
- Third-party APIs
- Virtualization
- Web Frameworks
- Web Servers
- Community
- Resources
- Services and Apps
- Tools
- aho_corasick - AhoCorasick algorithm
- crystal-diff - A Crystal sequence differencing implementation
- crystal-linked-list - Implementation of Linked List
- crystaledge - A pure Vector Math library
- crystalg - A Generic Algorithm Library
- crystalline - A collection of containers and algorithms
- delimiter_tree - A tree structure that is built using a delimiter
- edits.cr - Collection of edit distance algorithms
- miller_rabin - Implements Miller-Rabin algorithm to check if a number is prime
- multiset.cr - Implementation of a multiset
- murmur3 - Implementation of Murmur3 hash algorithm used by Cassandra
- radix - Radix Tree implementation
- ranger - Range object operation library
- ternary_search_tree - Ternary Search Tree
- text - A collection of text algorithms
- crystal_api - Simple PostgreSQL REST API with Rails devise-like auth
- kemal-rest-api - A library to create RESTful API with Kemal
- asound-cr - Bindings for ALSA/libasound
- cairo-cr - Bindings for Cairo graphics library
- crass - Bindings for libsass
- crt.cr - Bindings for libncursesw and crt
- crystal-gsl - GNU Scientific Library bindings
- curl-crystal - Bindings for libcurl
- duktape.cr - Bindings for the Duktape javascript engine
- glfw - GLFW bindings
- gphoto2.cr - Bindings for the libgphoto2 library
- icu.cr - Bindings for the ICU library
- java.cr - Java Native Interface (JNI) bindings (and generator)
- libnotify.cr - Bindings for Libnotify
- libui.cr - Bindings for libui
- pcap.cr - Bindings for libpcap
- posix - POSIX/C bindings
- soundfile - Bindings for libsndfile library
- ssh2.cr - Bindings for libssh2 library
- termbox-crystal - Bindings and extension library for termbox (terminal UI library)
- x11-cr - X11 bindings
- Bloom Filter - Implementation of Bloom filter
- bojack - A non-reliable in-memory key-value store
- crystal-memcached - Implementation of a memcached client
- Nuummite - A tiny persistent embedded key-value store
- admiral - A robust DSL for writing command line interfaces
- cli - Library for building command-line interface applications
- clim - Slim command line interface builder
- commander - Command-line interface builder
- completion - Easy command line completion engine
- optarg - Yet another library for parsing command-line options and arguments
- progress - [==..] Progress bar
- progress_bar.cr - A simple and customizable progress bar
- spinner - Terminal Spinner
- terminal_table.cr - Simple ASCII table generator
- todo - Todo list working in command line
- cr-dotenv - Loads .env file
- crystal-toml - TOML parser
- dockerfile.cr - Dockerfile Parsing Library
- zq - Command-line ZPL processor
- moola - Library for dealing with money and conversion (inspired by RubyMoney)
- ms - Library to easily convert various time formats to milliseconds and milliseconds to human readable format
- sass.cr - Compile SASS/SCSS to CSS (libsass binding)
- turkish-number - Turn integers into the Turkish words
- wkhtmltopdf-crystal - Bindings / wrapper for libwkhtmltox (HTML to PDF / image converter)
- faker - A library for generating fake data
- hashids.cr - A library to generate YouTube-like ids from one or many numbers
- arangocr - ArangoDB client
- crystal-db - Common db api
- crystal-leveldb - Crystal bindings for LevelDB
- crystal-monetdb-libmapi - Bindings for MonetDB
- crystal-mysql - MySQL connector for Crystal
- crystal-pg - A Postgres driver
- crystal-redis - Full featured Redis client
- crystal-sqlite3 - SQLite3 bindings
- eventql-crystal - EventQL driver
- influxdb.cr - InfluxDB driver
- mongo.cr - Binding for MongoDB C driver
- rethinkdb-crystal - RethinkDB Driver
- rocksdb.cr - RocksDB client
- crecto-admin - Admin dashboard for Crecto and your database
- micrate - Database migration tool
- guardian - File change watcher for Crystal and Non-Crystal libs
- kemal-watcher - Kemal plugin to watch files and live-reload the browser
- sentry - Watches src files, rebuilds/reruns application on file changes
- sentry-run - Reload code changes using Sentry.run
- Warden - Watches files, run command and a git command if succeed on file changes
- watcher - Watch file changes using File.stat
- crystal-email - Simple e-mail sending library
- CrystalEmail - A RFC compliant Email validator
- devmail - A combined SMTP/POP3-server with volatile mail storage
- sendgrid.cr - Simple Sendgrid Client
- asdf-crystal - Plugin for asdf version manager
- crenv - Crystal version manager
- rcm.cr - Redis Cluster Manager
- crsfml-examples - Simple games made with CrSFML
- crystal-benchmarks-game - The Computer Language Benchmarks Game
- crystal-by-example - Crystal By Example
- Crystal-Maze - A* Path finding for PNG mazes
- crystal-patterns - Examples of GOF patters
- crystal_samples - Variety of Crystal samples
- crystalized_ruby - Native Ruby extensions written in Crystal
- docker-kemal - An example Dockerized Crystal Kemal project
- kemal-chat - Build realtime applications with Kemal and WebSocket
- kemal-heroku-example - This repository shows, how you can publish your open source apps which powered kemal framework publish as heroku app in seconds
- kemal-react-chat - Build Realtime Web applications with Kemal and React
- kemal-react-pg-chat - Chat application developed with Kemal, React, ES2015 and PostgreSQL
- kemal-ws-pg-todo-app - Realtime Todo application developed with Kemal, Websockets, jQuery, ES2015 and PostgreSQL
- kemal-ws-react-pg-todo-app - Realtime Todo application developed with Kemal, Websockets, React, ES2015 and PostgreSQL
- kemal-ws-todo-app - Realtime Todo application developed with Kemal and Websockets
- kemal_elm_chat - Simple chat server written with Kemal and Elm
- lattice-core-card-game - A demo web app for (WebSocket-based) lattice-core
- medley - A mixture of music related methods
- os-crystal - x86 Kernel implemented in Crystal
- rocky - React Over Crystal Kemal and Yarn
- try.cr - Try monad
- xcrystal - Exercism exercises
- artanis - Sinatra-like DSL (abusing macros)
- cr-melon - Class based Http APIs
- crystal-mime - Mimetypes for Crystal
- kave - Kemal API Version Extension
- kemal-auth-token - Kemal middleware to authentication via HTTP header token using JWT
- kemal-flash - Temporary storage between actions in Kemal
- kemal-monetdb - MonetDB Data connection for Kemal
- kemal-redis - Easily add Redis to Kemal
- kemal-session - Session handler for Kemal
- kemalyst-i18n - i18n support for Kemalyst
- mime-types.cr - A port of the Ruby MIME-types library
- multi-auth - Standardized multi-provider OAuth2 authentication (inspired by omniauth)
- request_id - Middleware for generates / pick up a unique request ID for Crystal servers
- response_time - Response time for Crystal servers (pure http server, kemal, etc.)
- spec-kemal - Easy testing for Kemal
- CrSFML - Bindings to SFML multimedia/game library
- crystal-chipmunk - Bindings for Chipmunk, a fast and lightweight 2D game physics library
- flight-crusader - POC top down flight game
- glove - A library for gaming development
- inari - A collection of games using Glove as the game engine
- medico - Game about a medieval doctor
- mos_game - Mini Offline Singleplayer game
- crystagiri - An Html Reader / parser like Nokogiri Ruby gem
- gumbo-crystal - Bindings for Gumbo, an HTML5 parsing library made by Google
- hq.cr - Simple wrapper for crystal-xml
- modest - CSS selectors for HTML5 Parser myhtml
- myhtml - Fast HTML5 Parser
- crul - Command line HTTP client
- cryload - HTTP benchmarking tool
- crystal-cossack - Simple flexible HTTP client
- helmet - Set security-related HTTP headers
- http-protection - Protection against typical web attacks
- http2 - HTTP/2 Protocol Implementation
- http_distributor - HTTP server which allows sneaky http requests
- http_parser.cr - Wrapper for Http Parser lib
- keyer_cr - Adds HTTP GET/POST parameter parsing as a Hash-like object
- multipart.cr - Adds multipart and multipart/form-data support to the crystal standard library
- resp-crystal - Lightweight RESP client
- session - Cookie based sessions in Crystal HTTP applications
- magickwand-crystal - Bindings for MagickWand, the C interface for ImageMagick processing libraries
- stumpy_gif - Write (animated) GIF images
- stumpy_png - Read and write PNG images
- charly - Charly Programming Language
- cltk - A crystal port of the Ruby Language Toolkit
- cppize - Crystal-to-C++ transpiler
- crisp - Lisp dialect implemented with Crystal
- crow - Transpile/compile Crystal to Flow
- NuummiteOS - An OS written in Crystal as a Proof of Concept
- onix - ONYX Programming Language
- zir - Realizes to write macros in any scripts into any languages
- crometheus - A Prometheus client library
- crystal-logreader - Tailing log file
- katip - JSONbase logger
- statsd.cr - Statsd client library
- syslog.cr - Implementation of Syslog client
- crystal-fann - FANN (Fast Artifical Neural Network) binding
- crystal-learn - Sklearn-like machine-learning library
- grey_matter - A basic artificial neural network library
- machine - Simple machine learning algorithm
- tensorflow.cr - Bindings for TensorFlow
- html-pipeline - HTML processing filters and utilities
- remarkdown - GFM for Crystal
- aasm.cr - Easy to use finite state machine for Crystal classes
- accord - Sharable validations for Crystal objects
- acorn - State Machine Compiler for Crystal
- any_hash.cr - Recursive Hash with better JSON::Any included
- circuit_breaker - Implementation of the circuit breaker pattern
- clamd.cr - Client for the clamd antivirus server
- crystal-binary_parser - Binary parser
- crystal-futures - Future type implementation
- crystal-i18n - Internationalization library
- crz - Functional programming library
- denetmen - Useful micro validator / check library
- emoji.cr - Emoji library
- hoop - Building native OSX apps
- html_builder - DSL for creating HTML
- immutable - Implementation of thread-safe, persistent, immutable collections
- inflector.cr - Singularize, pluralize, camelize, etc (port from ActiveSupport)
- kreal - Model sharing & RPC library built on and works with Kemal seamlessly
- lirith - Graphics engine
- manual-generator - Tool to generate PDF manuals from documentation sites
- ramlrenderer - HTML doc builder for RAML 1.0
- raytracer-crystal - CPU Raytracer with examples
- shell.cr - Small simplistic helper class for executing shell commands
- syscall.cr - Raw syscall interface
- tren - Give your SQL some love
- ulid - Universally Unique Lexicographically Sortable Identifier (ULID)
- wikicr - Wiki using git to manage revisions
- amqp.cr - AMQP 0.9.1 client with RabbitMQ extensions
- bson.cr - Native BSON implementation
- crystal-jwt - Implementation of JWT (JSON Web Token)
- CrystalIrc - IRC implementation (Client, Server, Bots)
- fast_irc.cr - Fast IRC parser/generator
- ipaddress.cr - Library to handle IPv4 and IPv6 addresses
- msgpack-crystal - MessagePack library
- transfer_more - Clone of transfer.sh to uploads files
- active_record.cr - Active Record pattern implementation
- crecto - Database wrapper, based on Ecto
- granite-orm - ORM for Postgres, Mysql, Sqlite
- jennifer - Active Record pattern implementation with flexible query chainable builder and migration system
- ohm-crystal - Object-hash mapping library for Redis
- redis-tsv.cr - Import and export data from Redis in TSV format
- selenite-db - A simple persistency-model based library
- stal-crystal - Set algebra solver for Redis
- topaz - A simple and useful db wrapper
- CRelease - Version and git tag manager that makes shard releases easy
- shards - Dependency manager for the Crystal
- neph - A modern command line job processor that can execute jobs concurrently
- promise - A Promise Implementation
- bindgencr - Generator of bindings based on castxml output
- crystal_lib - Automatic binding generator for native libraries
- fez - A Kemal application generator
- kgen - Kemalyst command line tool for console, init, generate (scaffolding), and watch.
- libgen - Automatic bindings generator configured using JSON/YAML files
- skaf - Scaffolding for Kemal
- wasp - Static Site Generator
- dispatch - In memory asynchronous job processing
- disque-cr - Client for Disque queueing system
- sidekiq.cr - Simple, efficient job processing
- beryl - Action-focused HTTP routing library
- crouter - A standalone router
- router.cr - Minimum but powerful http router for HTTP::Server
- toro - Tree Oriented Routing
- cron_scheduler - Job scheduler with crontab patterns
- quartz - Crystal clear timers
- schedule.cr - Run periodic tasks
- linalg - Linear algebra library inspired by MATLAB and SciPy.linalg
- predict.cr - Satellite prediction library using the sgp4 model
- scorystal - Scoring API for PMML - supports RF and GBM
- stats - An expressive implementation of statistical distributions
- hermes - Data Mapper pattern implementation for ElastiSearch
- query-builder - Sql Query Builder library
- query.cr - Query abstraction
- soegen - Elasticsearch client for Crystal similar to the stretcher gem for ruby
- cake - Production-ready Make-like utility tool
- sam - Another one Rake-like task manager with namespacing and arguments system
- crikey - Templating engine inspired by Hiccup
- crinja - An implementation of the Jinja2 template engine
- crustache - {{Mustache}} for Crystal
- Kilt - Abstraction layer for template engines
- Slang - Lightweight, terse, templating language inspired by Ruby's Slim
- teeplate - A library for rendering multiple template files
- temel - Extensible HTML::Builder alternative for Crystal, supports custom tag definitions
- crotest - A tiny and simple test framework
- minitest.cr - Library for unit tests and assertions
- mocks.cr - Mocking library for Crystal
- spec2-mocks - An adapter of mocks.cr for spec2.cr
- spec2.cr - Enhanced testing library
- timecop.cr - Library for mocking with
Time.now
. Inspired by timecop ruby gem - webmock.cr - Library for stubbing
HTTP::Client
requests
- aws-signer.cr - This library signs your HTTP requests using AWS v4
- awscr-s3 - AWS S3 interface
- awscr-signer - Sign HTTP::Request objects and generate presigned post forms
- bugsnag.cr - Bugsnag exception notifier and sidekiq middleware
- crystal-darksky - Wrapper for the Dark Sky API
- crystal-github - Wrapper for the Github API
- crystal-monzo - A client for the Monzo API
- crystal-ovh - Lightweight Crystal wrapper around OVH's API
- crystal-swapi - Star Wars API (SWAPI) wrapper
- crystal_slack - A tool that parses Slack slash commands or send incoming web hooks
- dotacr - Wrapper for Valve's DotA API
- gitlab.cr - GitLab API wrapper
- google_maps_api - Google Maps API
- hncr - A Hacker News API wrapper
- nexmo-crystal - Nexmo REST API client
- ocean_kit - Digital Ocean v2 API client
- open_exchange_rates - A library to access Open Exchange Rates API
- raven.cr - Raven is a client for Sentry
- slack.cr - A Slack Real Time Messaging API WebSocket client library
- spotify.cr - A library to access the Spotify API
- TelegramBot - A wrapper for the Telegram Bot API
- baked_file_system - Virtual file system implementation
- rcpu - A virtual machine emulator and assembler
- amber - Open source efficient and cohesive web application framework
- amethyst - A Rails inspired web-framework
- kemal - Lightning Fast, Super Simple web framework. Inspired by Sinatra
- kemalyst - A Rails like framework inspired by Kemal but includes the kitchen sink
- lattice-core - A WebSocket-first object-oriented framework (based on Kemal)
- mustafa - Simple MVC framework
- fast-http-server - Super fast, zero configuration command line HTTP Server
- kamber - Blog server based on Kemal
- prax.cr - Rack proxy server for development
- serve - Command line static HTTP server
- Crystal weekly newsletters
- Gitter
- Google Group
- IRC - #crystal-lang on Freenode
- Metaruby - Crystal Forum on Metaruby
- Slack Group
- Stackoverflow
- Crystal for Rubyists - free book to bootstrap your Crystal journey
- crystal-lang.org - Official language site
- br.crystal-lang.org - Brazilian
- ja.crystal-lang.org - Japanese
- kr.crystal-lang.org - Korean
- ru.crystal-lang.org - Russian
- tw.crystal-lang.org - Chinese Traditional
- carc.in - A web service that runs your code and displays the result
- Crank - A Procfile-based application manager (like Foreman)
- Crystal [ANN] - Announce new project, blog post, version update or any other Crystal work
- crystalshards.herokuapp.com, crystalshards.xyz - Web services that list all available Crystal shards
- DeBot - IRC bot written in Crystal
- Ficha - An super secret chat app, for any body who need privacy
- icr - Interactive console for Crystal (like IRB for Ruby)
- nes - A NES emulator
- shards.rocks - Service that manages dependencies inspired by Gemnasium and David
- torrent - A BitTorrent client
- crystal-ctags - Ctags generator for Crystal
- crystal-dash-docset - Dash docset generator
- crystal-cookbook - Chef cookbook for installing crystal
- Atom
- crystal-tools - Enables built in tools in Crystal compiler
- language-crystal-actual - Crystal language support in Atom
- linter-crystal - Lint Crystal using the Crystal compiler in Atom
- Emacs
- emacs-crystal-mode - Crystal language support for Emacs
- play-crystal.el - play.crystal-lang.org integration in Emacs
- Spacemacs
- crystal-spacemacs-layer - Spacemacs contribution layer for Crystal
- Sublime
- sublime-crystal - Crystal syntax highlighting for sublime Text
- TextMate
- Crystal.tmbundle - Crystal syntax highlighting, compile, format command, snippets
- Vim
- carcin.vim - Vim plugin to provide utility functions for carc.in
- vim-crystal - Vim filetype support for Crystal
- vim-slang - Vim filetype support for Slang Templating Engine
- Visual Studio Code
- vscode-crystal - Crystal language support in VSCode
- vscode-crystal-ide - Crystal IDE powered by Language Server Protocol
- vscode-crystal-lang - Formatter, linter and syntax highlighting for
cr
andecr
files
- crystal-zsh - .oh-my-zsh plugin