# @meese-os/gui

> meeseOS GUI

Latest version **1.0.7** (published 2026-06-18) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install @meese-os/gui
pnpm add @meese-os/gui
yarn add @meese-os/gui
bun add @meese-os/gui
```

## Health

**Score 50/100 (C)** — status: active.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2026-06-18 |
| First published | 2023-09-24 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Maintainers | ajmeese7 |
| Keywords | os, osjs, operating system, webOS, meeseOS, gui |

## Links

- npm: https://www.npmjs.com/package/@meese-os/gui
- Repository: https://github.com/meese-os/meeseOS
- Homepage: https://github.com/meese-os/meeseOS#readme
- Issues: https://github.com/meese-os/meeseOS/issues
- npm.io page: https://npm.io/package/@meese-os/gui

## Alternatives

- [angular-pipes](https://npm.io/package/angular-pipes.md) — 5.6K weekly downloads
- [@ng-web-apis/midi](https://npm.io/package/@ng-web-apis/midi.md) — 2.6K weekly downloads
- [happn-3](https://npm.io/package/happn-3.md) — 1.6K weekly downloads
- [@opensip-cli/lang-go](https://npm.io/package/@opensip-cli/lang-go.md) — 1.2K weekly downloads
- [mongoose-typescript](https://npm.io/package/mongoose-typescript.md) — 85 weekly downloads

## Recent versions

- 1.0.7 (latest) — 2026-06-18
- 1.0.6 — 2025-09-30
- 1.0.5 — 2025-09-30
- 1.0.4 — 2023-09-26
- 1.0.3 — 2023-09-25
- 1.0.2 — 2023-09-24
- 1.0.1 — 2023-09-24
- 1.0.0 — 2023-09-24

## README

# MeeseOS GUI Module

This is the main client GUI component module of MeeseOS.

Contains all components and adapters for the default UIs.

## Development

This package has two build targets: `UMD` and `ES`.

UMD is built with Webpack via `npm run build` (or `npm run watch`), and ES via `npm run build:esm` (or `npm run watch:esm`).

The MeeseOS distribution uses the UMD build to load _stylesheets_, and everything else uses ES modules to load components, service providers etc.

So effectively you need to run both in order for this to work while developing.

_The UMD javascript bundle is currently only used for environments like Codepen._

## TODO
- Add GUI testing

---
_Source: https://npm.io/package/@meese-os/gui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
