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 14 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
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
phoenix_gon
phoenix_gonkhusnetdinov/phoenix_gon

A Phoenix library that safely passes server-side variables to JavaScript without manual JSON encoding.

9920Elixir
2 years ago
Exnn
Exnnzampino/exnn

An Elixir framework for evolutive neural networks with a modular DSL and OTP-based architecture.

9913Elixir
9 years ago
ex_spec
ex_specdrewolson/ex_spec

Adds RSpec-style context and it macros to ExUnit for better test organization in Elixir.

995Elixir
8 years ago
abacus
abacusnarrowtux/abacus

A simple and safe mathematical expression language for the BEAM, inspired by math.js.

9820Elixir
3 months ago
efx
efxbravobike/efx

A declarative library for writing testable side effects in Elixir by binding effect implementations in tests.

987Elixir
10 months ago
merkle_tree
merkle_treeyosriady/merkle_tree

A pure Elixir implementation of Merkle trees for efficient and secure data verification.

9815Elixir
6 years ago
puppeteer_pdf
puppeteer_pdfcoletiv/puppeteer-pdf

An Elixir wrapper for generating PDFs from HTML using Puppeteer, offering improved rendering over wkhtmltopdf.

9818Elixir
7 years ago
better_params
better_paramssheharyarn/better_params

An Elixir Plug that converts request parameters to atoms for cleaner pattern matching in web applications.

983Elixir
7 years ago
plug_rails_cookie_session_store
plug_rails_cookie_session_storecconstantin/plug_rails_cookie_session_store

A Plug session store that enables sharing session data between Rails and Phoenix applications.

9829Elixir
5 years ago
cmark
cmarkasaaki/cmark.ex

Elixir NIF binding for cmark (C), a CommonMark-compliant Markdown parser library.

9713C
2 years ago
secure_random
secure_randompatricksrobertson/secure_random.ex

Elixir library for generating secure random strings, UUIDs, and base64 values inspired by Ruby's SecureRandom.

9720Elixir
3 years ago
couchdb_connector
couchdb_connectorlocolupo/couchdb_connector

An Elixir connector for CouchDB providing CRUD operations, view management, and user administration with JSON and Map document support.

9619Elixir
7 years ago
multiverse
multiverseNebo15/multiverse

An Elixir plug for managing API version compatibility via request/response gateways, inspired by Stripe's approach.

9611Elixir
7 years ago
tabula
tabulaaerosol/tabula

An Elixir library that transforms lists of maps, structs, or keywords into ASCII or GitHub Markdown tables.

953Elixir
4 years ago
urna
urnameh/urna

A simple Elixir DSL for implementing REST services with proper HTTP semantics and CORS support.

945Elixir
9 years ago
diplomat
diplomatpeburrows/diplomat

An Elixir library for interacting with Google Cloud Datastore, providing a native Elixir interface for entity operations and queries.

9422Elixir
3 years ago
mockery
mockeryappunite/mockery

A simple mocking library for asynchronous testing in Elixir that avoids module overrides and runtime module creation.

9410Elixir
9 months ago
crudry
crudrygabrielpra1/crudry

An Elixir library that reduces boilerplate code for CRUD operations in Phoenix contexts and Absinthe resolvers.

9311Elixir
4 years ago
plasm
plasmfacto/plasm

A composable query library for Ecto providing higher-level functions like .count, .random, .earliest, and .latest.

924Elixir
6 years ago
JSON Schema to Elm
JSON Schema to Elmdragonwasrobot/json-schema-to-elm

Generates Elm types, JSON decoders, JSON encoders, and fuzz tests from JSON Schema draft v7 specifications.

9212Elixir
1 month ago
matcha
matchachristhekeele/matcha

A library providing first-class, ergonomic match specifications for the Elixir language.

927Elixir
1 year ago
reagent
reagentmeh/reagent

A socket acceptor pool for Elixir that simplifies server implementation using the socket library.

927Elixir
9 years ago
pdf2htmlex
pdf2htmlexricn/pdf2htmlex

Elixir library that converts PDF documents to HTML while preserving text and formatting.

9218Elixir
10 years ago
elixir_nsq
elixir_nsqwistia/elixir_nsq

A complete, well-tested NSQ client library for Elixir and Erlang applications to handle asynchronous messaging.

9226Elixir
2 months ago
chinese_translation
chinese_translationtyrchen/chinese_translation

An Elixir module for translating between simplified and traditional Chinese, converting to pinyin, and slugifying Chinese text.

9111Elixir
8 years ago
chronos
chronosnurugger07/chronos

An Elixir library for handling dates and times with convenient date calculation and formatting functions.

9015Elixir
8 years ago
loki
lokikhusnetdinov/loki

A toolkit for building powerful command-line interfaces in Elixir with helpers for shell interaction, file manipulation, and directory operations.

907Elixir
2 years ago
bupe
bupemilmazz/bupe

An Elixir library for generating and parsing EPUB 2 and 3 files.

9013Elixir
17 days ago
bunyan
bunyanbunyan-logger/bunyan

A distributed, pluggable logging system for Elixir with extensible sources and writers, supporting networked logging and humane formatting.

901Elixir
7 years ago
exfile
exfilekeichan34/exfile

File upload persistence and processing for Phoenix/Plug applications with flexible storage and on-the-fly processing.

9019Elixir
4 years ago
ecto_anon
ecto_anonWTTJ/ecto_anon

An Elixir library for data anonymization directly in Ecto schemas, with support for fields, associations, and embeds.

902Elixir
7 days ago
goal
goalmartinthenth/goal

An Elixir parameter validation library built on Ecto for JSON APIs, HTML controllers, and LiveViews.

8911Elixir
8 months ago
graphmath
graphmathcrertel/graphmath

An Elixir library for 2D and 3D vector arithmetic, matrices, and quaternions for graphics and simulation.

8912Elixir
7 months ago
poolex
poolexgeneral-CbIC/poolex

An Elixir library for managing pools of workers with automatic scaling, built-in metrics, and flexible worker management.

888Elixir
21 days ago
Markdown
Markdowndevinus/markdown

An Elixir library that converts Markdown to HTML using a NIF binding to the Hoedown C library.

8818C
6 years ago
1
13
14
15
36