The package manager
for the Erlang ecosystem
Specify your Mix dependencies as two-item tuples like {:plug, "~> 1.19"} in your dependency list, Elixir will ask if you want to install Hex if you haven't already.
Download rebar3, put it in your PATH and give it executable permissions. Now you can specify Hex dependencies in your rebar.config like {deps, [hackney]} .
Add the Hex dependency to your gleam.toml file using the lustre = ">= 5.2.0 and < 6.0.0" format. Or use the gleam add lustre@5 command.
Getting started
Fetch dependencies from Hex without creating an account. Hex is usable out of the box in Elixir with Mix and in Erlang with Rebar3 . Check our FAQ for commonly asked questions.
Publish packages
Create an account and follow the publishing guide . Your package will be immediately available to all Elixir and Erlang users and the documentation will be available on HexDocs .
Private packages
Publish private packages by creating an organization . Your private packages will get the same features as public packages such as fast dependency fetching, HexDocs, and run on the same reliable infrastructure that serves millions of packages daily. See our pricing page for more details.
Most Downloaded
-
4.8Mjason 1.4.5
A blazing fast JSON parser and generator in pure Elixir.
-
4.2Mabsinthe 1.10.2
GraphQL for Elixir
-
4.1Mtelemetry 1.4.2
Dynamic dispatching library for metrics and instrumentations
-
3.8Mamqp_client 4.2.1
RabbitMQ AMQP Client
-
3.6Mranch 2.2.0
Socket acceptor pool for TCP protocols.
-
3.6Mplug_crypto 2.1.1
Crypto-related functionality for the web
New Packages
-
2 hours ago
Runtime SDK for the Caravan application-definition compiler. Pre-release placeholder.
-
3 hours ago
Sparkline generator for Gleam — Unicode block output for terminals, SVG output for the browser,...
-
5 hours ago
A Mnemosyne Backend using Zvec as Vector-Storage
-
5 hours ago
PostgreSQL + pgvector backend for the Mnemosyne agentic memory library.
-
7 hours ago
MCP server exposing SystemOnTPTP theorem provers to Claude Code
-
7 hours ago
Small URL helpers for Star Battle, a free online 2-star logic puzzle game.
Recently Updated
-
12 minutes agoplanck_headless 0.1.5
Headless core for the Planck coding agent — config, resources, and session lifecycle
-
14 minutes agoplanck_agent 0.1.5
OTP-based agent runtime built on top of planck_ai
-
15 minutes agoplanck_ai 0.1.5
Typed LLM provider abstraction built on top of req_llm
-
19 minutes agofresco 0.5.2
Polished pan-zoom image viewer for Phoenix apps, with optional infinite-canvas mode for Figma/Mir...
-
27 minutes agoecto_sql 3.14.0
SQL-based adapters for Ecto and database migrations
-
36 minutes agoecto 3.14.0
A toolkit for data mapping and language integrated query for Elixir