Skip to content
@plexus-oss

Plexus

Plexus Open Source

Plexus

Operations frontend for hardware fleets — connect any device or existing telemetry store, get dashboards, instruments, and alerts that engineers actually want to look at.


plexus — The platform

The whole thing: ingest gateway, ClickHouse storage, dashboards, alerts, read API. Source-available under the Elastic License 2.0 — every feature is in the repo; enterprise features unlock with an offline license key. Free for a single team with no caps and no phone-home.

Self-host it in one command:

curl -fsSL https://plexus.company/install.sh | bash

plexus-python — Python SDK · Apache-2.0

Stream telemetry from any device — sensors, CAN bus, MAVLink, cameras, MQTT.

pip install plexus-python
from plexus import Plexus

px = Plexus()
px.send("engine.rpm", 3450, tags={"unit": "A"})

plexus-typescript — TypeScript SDK · Apache-2.0

Node, browser, and edge runtimes — plus a drop-in ingest proxy for Next.js, Remix, Hono, Bun, and Deno.

npm install plexus-typescript
import { Plexus } from "plexus-typescript";

const px = new Plexus({ sourceId: "relay-7" });
await px.send("engine_rpm", 3450, { tags: { unit: "A" } });

plexus.company · docs.plexus.company

Popular repositories Loading

  1. plexus-python plexus-python Public

    Python SDK for streaming telemetry from any device to Plexus — sensors, CAN bus, MAVLink, cameras, MQTT

    Python 4

  2. plexus-c plexus-c Public archive

    Minimal C library (~1.5 KB RAM) for sending telemetry from ESP32, STM32, and Arduino to Plexus

    C 3

  3. .github .github Public

    Organization profile and community health files

    1

  4. plexus-typescript plexus-typescript Public

    TypeScript

  5. plexus plexus Public

    Operations frontend for hardware fleets — dashboards, instruments, and alerts on any device or telemetry store. Source-available (ELv2), self-host in one command.

    TypeScript

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…