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 13 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
eml
emlzambal/eml

A library for writing, parsing, and manipulating HTML markup as first-class Elixir data structures.

11412Elixir
2 years ago
alice
alicealice-bot/alice

A Lita-inspired Slack bot framework for Elixir, featuring a plugin system for custom handlers.

11319Elixir
4 years ago
recaptcha
recaptchasamueljseay/recaptcha

A simple Elixir library for integrating Google reCAPTCHA v2 into applications.

11359Elixir
3 years ago
ecto_rut
ecto_rutsheharyarn/ecto_rut

Ecto.Rut provides terse shortcuts for Ecto models to reduce repetitive database operation code in Elixir applications.

1123Elixir
8 years ago
bloomex
bloomexgmcabrita/bloomex

A pure Elixir implementation of Scalable Bloom Filters for probabilistic set membership testing.

1118Elixir
5 years ago
ravenx
ravenxacutario/ravenx

A flexible notification dispatch library for Elixir applications, supporting multiple services like Slack, email, and custom strategies.

1118Elixir
8 years ago
phone
phonefcevado/phone

An Elixir library for parsing telephone numbers in international standard or missing country codes.

10939Elixir
1 year ago
elixir-browser
elixir-browsertuvistavie/elixir-browser

A comprehensive browser and platform detection library for Elixir, ported from the Ruby browser library.

10926Elixir
1 year ago
kane
kanepeburrows/kane

An Elixir client library for publishing and subscribing to messages using Google Cloud Pub/Sub.

10744Elixir
2 years ago
flippant
flippantsorentwo/flippant

An Elixir library for feature toggling with flexible group-based rules and multiple storage adapters.

1075Elixir
14 days ago
skogsra
skogsragmtprime/skogsra

An Elixir library for managing OS environment variables and application configuration with type casting, caching, and automatic documentation.

1065Elixir
3 months ago
fluxter
fluxterlexmag/fluxter

A high-performance Elixir library for writing metrics to InfluxDB using the line protocol over UDP.

10618Elixir
1 year ago
plox
ploxgridpoint-com/plox

Server-side rendered SVG graphing components for Phoenix and LiveView applications.

1067Elixir
1 month ago
exmoji
exmojimroth/exmoji

An Elixir/Erlang library providing low-level operations for handling Emoji glyphs in the Unicode standard.

10529Elixir
1 year ago
cloudex
cloudexsmeevil/cloudex

An Elixir library for uploading images and generating URLs with Cloudinary.

10567Elixir
2 years ago
sentinel
sentinelbritton-jb/sentinel

A Phoenix authentication library that extends Guardian with Ueberauth integration, routing, and email workflows.

10518Elixir
8 years ago
sitemap
sitemapikeikeikeike/sitemap

An Elixir library for generating sitemap.xml files with support for news, image, video, and mobile sitemaps.

10523Elixir
3 years ago
filterable
filterableomohokcoj/filterable

A minimal DSL for mapping query parameters to composable filter functions in Elixir/Ecto/Phoenix applications.

1059Elixir
3 years ago
estree
estreebryanjos/elixir-estree

Elixir library providing ESTree JavaScript AST node structs and a JavaScript code generator.

10411Elixir
7 years ago
pillar
pillarsofakingworld/pillar

An Elixir client library for ClickHouse, providing connection pooling, async inserts, bulk buffering, and migrations.

10431Elixir
11 months ago
eventsourced
eventsourcedslashdotdash/eventsourced

Build functional, event-sourced domain models in Elixir using aggregate roots that rebuild state from events.

1048Elixir
9 years ago
shopify
shopifynsweeting/shopify

An Elixir package for accessing the Shopify Admin API with support for OAuth, private apps, and comprehensive resource coverage.

10355Elixir
3 years ago
ueberauth_github
ueberauth_githubueberauth/ueberauth_github

GitHub OAuth2 strategy implementation for the Überauth authentication framework in Elixir.

10354Elixir
3 years ago
parallel_stream
parallel_streambeatrichartz/parallel_stream

A parallelized stream implementation for Elixir that maintains order while processing with a worker pool.

10319Elixir
3 years ago
Startup Job
Startup Jobtsurupin/job_search

A sample project to search startup jobs scraped from various websites, built with Elixir/Phoenix backend and React/Redux frontend.

10316Elixir
9 years ago
defql
defqlfazibear/defql

Create Elixir functions with SQL as the body for database operations.

1033Elixir
8 years ago
coverex
coverexalfert/coverex

An Elixir coverage tool for Mix that generates detailed module and function coverage reports with annotated source code.

10224JavaScript
5 years ago
Igthorn
Igthorncinderella-man/igthorn

A batteries-included cryptocurrency trading platform with backtesting, built in Elixir as an umbrella application.

10214Elixir
7 months ago
eternal
eternalwhitfin/eternal

A bulletproof Elixir library that keeps ETS tables alive forever using bouncing GenServers and scheduled monitoring.

1027Elixir
6 months ago
bento
bentofolz/bento

A fast, correct, pure-Elixir library for reading and writing Bencoded data and .torrent files.

10116Elixir
25 days ago
ex_image_info
ex_image_inforNoz/ex_image_info

A fast Elixir library to parse image binaries and extract dimensions, mime-type, and validity for 13+ formats.

1015Elixir
1 year ago
ok_jose
ok_josevic/ok_jose

A tiny Elixir library for piping values that match ok/error tuples or custom patterns.

1012Elixir
8 years ago
mongo
mongocheckiz/elixir-mongo

A MongoDB driver for Elixir, providing a native Elixir API for database operations.

10029Elixir
8 years ago
authorize
authorizejfrolich/authorize

A rule-based authorization library for Elixir applications using a declarative DSL to define and evaluate access control rules.

1005Elixir
6 years ago
ecto_state_machine
ecto_state_machineasiniy/ecto_state_machine

A finite state machine pattern implementation for Ecto schemas in Elixir applications.

10020Elixir
6 years ago
hello_graphql_phoenix
hello_graphql_phoenixgraphql-elixir/hello_graphql_phoenix

Example Phoenix application demonstrating how to mount GraphQL Elixir Plug endpoints.

10010Elixir
9 years ago
1
12
13
14
36