• Stars
    star
    231
  • Rank 172,336 (Top 4 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created about 3 years ago
  • Updated 18 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Meshtastic Web Client

Meshtastic Web

CI CLA assistant Fiscal Contributors Vercel

Overview

Official Meshtastic web interface, that can be hosted or served from a node

Hosted version

Stats

Alt

Self-host

The client can be self hosted using the precompiled container images with an OCI compatible runtime such as Docker or Podman. The base image used is UBI9 Nginx 1.22

# With Docker
docker run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

#With Podman
podman run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web

Development & Building

Building and Packaging

Build the project:

pnpm build

GZip the output:

pnpm package

Development

Install the dependencies.

pnpm i

Start the development server:

pnpm dev

More Repositories

1

firmware

Meshtastic device firmware
C++
3,074
star
2

Meshtastic-Android

Android application for Meshtastic
Kotlin
602
star
3

meshtastic

Meshtastic project website and documentation
TypeScript
569
star
4

python

The Python CLI and API for talking to Meshtastic devices
Python
195
star
5

Meshtastic-Apple

Apple iOS, iPadOS & macOS Clients For Meshtastic
Swift
194
star
6

network-management-client

A Meshtastic desktop client, allowing simple, offline deployment and administration of an ad-hoc mesh communication network. Built in Rust and TypeScript.
TypeScript
161
star
7

protobufs

Protobuf definitions for the Meshtastic project
72
star
8

js

JS/TS library for interfacing with Meshtastic devices
TypeScript
64
star
9

Meshtastic-gui-installer

Cross platform, easy to use GUI for installing Meshtastic firmware.
Python
47
star
10

artifacts

Artifacts repository for Meshtastic software builds from pull-requests and other non-release sources
27
star
11

Meshtastic-iOS

27
star
12

rust

A Rust library for connecting to and configuring Meshtastic radios.
Rust
27
star
13

enclosures

Enclosures for Meshtastic devices
23
star
14

meshtastic-web_old

JavaScript
15
star
15

design

Visual communication of the meshtastic project
Shell
13
star
16

meshtastic-backend

Kotlin
11
star
17

Meshtastic-repeater

Minimalistic repeater node for Meshtastic networks
C
11
star
18

meshtastic-hub

TypeScript
5
star
19

RadioHead

a gited version of RadioHead 1.98 (with custom fixes)
C++
5
star
20

Meshtastic-flutter

You don't want this yet
4
star
21

firmware-ota

BLE-OTA Mini firmware
C
4
star
22

geeksville-androidlib

common geeksville lib functions
Kotlin
3
star
23

Meshtastic-arduino

C
3
star
24

rfcs

Storage for RFCs (Requests for Comment) for the Meshtastic project.
2
star
25

api

Meshtastic Website API
TypeScript
1
star
26

firmware-proxy

TypeScript
1
star
27

c-sharp

C# / .NET 7 based command line interface for Meshtastic
C#
1
star
28

components

React component library for Meshtastic's web projects
TypeScript
1
star