uber/fiber
Distributed Computing for AI Made Simple observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2430
- days_rel: n/a
- days_push: 1263
- n_releases_24m: 0
Adoption not part of the score
1047 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fiber is a Python distributed computing library for modern computer clusters that exposes the same API as Python's standard multiprocessing library. It uses Nanomsg for fast inter-process communication and Docker/Kubernetes to run code on clusters without manual deployment.
Use cases
- run multiprocessing-style code on a computer cluster
- parallelize large-scale scientific computations like POET
- scale AI model training across cluster CPUs and GPUs
- distribute reinforcement learning experiments
- run parallel workloads on Kubernetes without cluster expertise
When to choose
- you already know Python multiprocessing and want cluster-level scaling
- you want to run parallel jobs on Kubernetes without deploying a separate framework
- you need dynamic CPU/memory/GPU resource allocation for parallel workloads
When to avoid
- you need a stable, actively maintained project (APIs are experimental and releases stopped in 2023)
- you need general-purpose data pipeline processing like Spark or Dask
- you only need parallelism on a single machine (standard multiprocessing suffices)
Facets
library · maturity maintenance
concurrency machine-learning workflow-automation microservices machine-learning developer-tools python multiprocessing cluster-computing parallel-computing nanomsg reinforcement-learning linux docker kubernetes
3 sources
- readme: https://github.com/uber/fiber · fetched 2026-08-28 · 1ddd40aaae8b
- homepage: https://uber.github.io/fiber/ · fetched 2026-08-29 · 92e67d52f64e
- registry_pypi: https://pypi.org/pypi/fiber/json · fetched 2026-08-29 · cb014fb5e188
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uber/fiber | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem