# rawpython/remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.

Repository: https://github.com/rawpython/remi
Canonical: https://ross.abutalabs.com/products/remi
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, gui-library, remi, platform-independent, ui, gui
Last push: 2026-02-27T20:02:33+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 69, release rhythm 8, longevity 100
- inputs: {"age_days": 4549, "days_push": 187, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3634, forks 408 (observed 2026-08-28T04:08:12.692104+00:00)

## What it is
Remi is a lightweight Python GUI library (under 100 KB) that renders interfaces in web browsers by translating Python code into HTML automatically. It starts a built-in web server so the UI is accessible both locally and remotely, with no HTML knowledge required.

## Use cases
- build a python gui without learning html
- access my app's interface remotely from a browser
- create a cross-platform desktop ui in pure python
- make a simple web dashboard from python code
- prototype a gui quickly with a drag and drop editor
- serve a python ui on my local network

## When to choose
- you want a browser-rendered GUI written entirely in Python
- you need remote access to your app's interface over the network
- you want a tiny dependency-free GUI library
- you prefer widget-based UIs over writing HTML/CSS

## When to avoid
- you need a polished, modern single-page web app with rich client-side interactivity
- you require native desktop look-and-feel or OS-native widgets
- you need high-performance rendering like games or heavy animations
- you want a full-featured web framework with routing, auth, and databases

## Facets
- artifact type: library
- maturity: active
- function: gui, web-framework, http-server, ui-components
- domain: web-development, desktop-applications, cross-platform, developer-tools
- platform: python, cross-platform, browser
- tags: gui-library, browser-rendered-ui, no-html, lightweight, remote-interface, drag-and-drop-editor, web-server

## Member repositories
- rawpython/remi (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:12.692104+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:51.026193+00:00, confidence not recorded.
  - readme: https://github.com/rawpython/remi (fetched 2026-08-28T04:08:12.692104+00:00, sha 456bfaf74c72)
  - registry_pypi: https://pypi.org/pypi/remi/json (fetched 2026-08-29T09:26:22.463203+00:00, sha 9afd1ccabfe3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
