2025-11-01 01:47:12 +01:00
2025-10-28 21:14:05 +01:00
2025-11-01 01:47:12 +01:00
2025-10-28 21:14:05 +01:00
2025-10-28 21:14:05 +01:00
2025-10-30 08:15:19 +01:00
2025-10-30 08:09:15 +01:00
2025-10-30 08:09:15 +01:00
2025-10-30 08:09:15 +01:00
2025-11-01 01:47:12 +01:00
2025-10-28 21:14:05 +01:00

Helium

Effortless screensharing powered by WebRTC.

Prerequisites

TURN Server Setup

To enable connections through restrictive NATs, you need a TURN server. We use Metered's Open Relay which provides 50GB/month free.

  1. Sign up for a free account at https://dashboard.metered.ca/signup

  2. Create a new app (you'll get an app name like yourapp.metered.live)

  3. Copy your API key from the dashboard

  4. Fill in your credentials in .env:

METERED_APP_NAME=yourapp
METERED_API_KEY=your_api_key_here
REDIS_URL=redis://localhost:6379

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Description
Effortless WebRTC screensharing
Readme GPL-3.0 1.7 MiB
Latest
2026-02-10 16:54:01 +00:00
Languages
Vue 51.5%
TypeScript 45.5%
CSS 1.8%
JavaScript 0.9%
Dockerfile 0.3%