Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Elixir
E

Elixir

Language
1284 projects476.7k total stars60.7k total forks18 languages

Open-source projects built with Elixir

There are currently 1284 open-source projects built with Elixir, with a combined total of 476.7k GitHub stars. The most common language among these projects is Elixir.

Showing 1,284 open-source projects · page 7 of 36

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
opus
opuszorbash/opus

A framework for building pluggable, composable business logic pipelines in Elixir.

37121Elixir
2 years ago
uuid
uuidzyro/elixir-uuid

UUID generator and utilities for Elixir, supporting RFC 4122 versions 1, 3, 4, and 5 with multiple formatting options.

36883Elixir
2 years ago
IElixir
IElixirpprzetacznik/IElixir

A Jupyter kernel that enables interactive computing with the Elixir programming language.

36841Jupyter Notebook
2 years ago
nadia
nadiazhyu/nadia

A Telegram Bot API wrapper for Elixir, providing a clean interface to interact with Telegram's bot platform.

36678Elixir
8 days ago
walex
walexcpursley/walex

A simple and reliable Elixir library for capturing Postgres change events (CDC) via logical replication.

36521Elixir
1 month ago
Lynx
Lynxclivern/lynx

A fast, secure, and reliable Terraform backend for state management and team collaboration, built with Elixir and Phoenix.

36511Elixir
1 month ago
pathex
pathexhissssst/pathex

A fast, composable functional lens library for manipulating nested data structures in Elixir.

36417Elixir
11 months ago
fsm
fsmsasa1977/fsm

A pure functional finite state machine data structure for Elixir, designed for use within existing processes without requiring separate process management.

36325Elixir
6 years ago
Elixir Functional Programming
Elixir Functional Programmingkblake/functional-programming

Educational material introducing functional programming concepts through Elixir with practical code examples.

36121Elixir
6 years ago
exredis
exredisartemeff/exredis

A Redis client for Elixir providing type-safe command generation and comprehensive API coverage.

35762Elixir
2 years ago
ex_twilio
ex_twiliodanielberkompas/ex_twilio

A relatively full-featured Elixir client for the Twilio API, supporting voice, SMS, chat, and task routing.

346152Elixir
2 years ago
spandex
spandexspandex-project/spandex

A platform-agnostic tracing library for Elixir applications, enabling granular runtime monitoring and distributed tracing across microservices.

34653Elixir
2 years ago
The Little Schemer in Elixir
The Little Schemer in Elixirjwhiteman/a-little-elixir-goes-a-long-way

Exercises and algorithms from The Little Schemer book implemented in Elixir with Scheme comparisons.

3458Elixir
10 years ago
pdf_generator
pdf_generatorgutschilla/elixir-pdf-generator

An Elixir wrapper for generating PDFs from HTML using wkhtmltopdf or Chrome/Chromium via Puppeteer.

34371Elixir
3 years ago
k8s
k8scoryodaniel/k8s

A Kubernetes API client for Elixir featuring autodiscovery, multiple cluster support, and comprehensive authentication.

34049Elixir
9 days ago
scrape
scrapeAnonyfox/elixir-scrape

An Elixir library for structured data extraction from websites, articles, and RSS/Atom feeds using information-retrieval techniques.

33741Elixir
6 years ago
progress_bar
progress_barhenrik/progress_bar

A library for rendering command-line progress bars and spinners in Elixir applications.

33722Elixir
27 days ago
jose
josepotatosalad/erlang-jose

A comprehensive Erlang/Elixir library implementing JSON Object Signing and Encryption (JOSE) standards.

336120Erlang
8 months ago
neuron
neuronuesteibar/neuron

A flexible GraphQL client for Elixir applications with customizable JSON and connection modules.

33337Elixir
3 years ago
phoenix_live_reload
phoenix_live_reloadphoenixframework/phoenix_live_reload

Live-reload functionality for Phoenix framework during development, enabling automatic browser refresh on file changes.

33193Elixir
1 day ago
ex_check
ex_checkkarolsluszniak/ex_check

A single Mix task to efficiently run all code analysis and testing tools in an Elixir project.

32814Elixir
2 years ago
oop
oopwojtekmach/oop

A humorous Elixir library that implements object-oriented programming concepts like classes, inheritance, and methods as a parody.

32622Elixir
5 years ago
meseeks
meseeksmischov/meeseeks

An Elixir library for parsing and extracting data from HTML and XML using CSS or XPath selectors.

32526Elixir
1 year ago
meeseeks
meeseeksmischov/meeseeks

An Elixir library for parsing and extracting data from HTML and XML using CSS or XPath selectors.

32526Elixir
1 year ago
pipes
pipesbatate/elixir-pipes

Extends Elixir's pipe operator with macros for flexible composition strategies like error handling and pattern matching.

32322Elixir
7 years ago
goth
gothpeburrows/goth

An Elixir library for generating and retrieving OAuth2 tokens for Google Cloud Service accounts.

323119Elixir
1 year ago
serum
serumDalgona/Serum

A simple static website generator written in Elixir, focused on blogging.

32330Elixir
2 years ago
tzdata
tzdatalau/tzdata

An Elixir library providing the IANA timezone database with automatic updates and integration with Elixir's standard library.

322111Elixir
10 days ago
quark
quarkrobot-overlord/quark

A library providing common functional combinators, currying, partial application, and composition utilities for Elixir.

32215Elixir
4 years ago
elixlsx
elixlsxxou/elixlsx

An Elixir library for generating Microsoft Excel OpenXML (.xlsx) files with formatting support.

315130Elixir
1 year ago
gen_state_machine
gen_state_machineantipax/gen_state_machine

An idiomatic Elixir wrapper for OTP's gen_statem behavior, providing cleaner syntax and automatic callback mode declaration.

31336Elixir
2 years ago
excheck
excheckparroty/excheck

A property-based testing library for Elixir, implementing QuickCheck-style testing with ExUnit integration.

31326Elixir
7 years ago
phoenix_slime
phoenix_slimeslime-lang/phoenix_slime

A Phoenix template engine that enables writing HTML templates using the concise Slime (Slim) syntax.

31167Elixir
2 years ago
monadex
monadexrob-brown/MonadEx

Introduces monads to Elixir for encapsulating state and controlling code flow with more powerful pipelines.

30812Elixir
4 years ago
Tensorflex
Tensorflexanshuman23/tensorflex

Tensorflow bindings for the Elixir programming language, enabling machine learning inference and tensor operations.

30715C
7 years ago
riffed
riffedpinterest/riffed

Provides idiomatic Elixir bindings for Apache Thrift, converting Thrift types into Elixir structs and simplifying RPC client/server generation.

30731Elixir
6 years ago
1
6
7
8
36