# @meese-os/terminal

> meeseOS Terminal Application

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

## Install

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

## Health

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

Positive: no vulnerabilities; recently updated; 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 | 8 |
| Unpacked size | 936.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 17 |
| Maintainers | ajmeese7 |
| Keywords | os, osjs, operating system, webOS, meeseOS, app, terminal, xterm |

## Links

- npm: https://www.npmjs.com/package/@meese-os/terminal
- 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/terminal

## Dependencies (8)

- [uuid](https://npm.io/package/uuid.md) ^11.1.1
- [xterm](https://npm.io/package/xterm.md) ^5.3.0
- [dotenv](https://npm.io/package/dotenv.md) ^17.2.3
- [hyperapp](https://npm.io/package/hyperapp.md) ^1.2.10
- [node-pty](https://npm.io/package/node-pty.md) ^1.0.0
- [xterm-addon-fit](https://npm.io/package/xterm-addon-fit.md) ^0.8.0
- [clipboard-polyfill](https://npm.io/package/clipboard-polyfill.md) ^4.1.1
- [xterm-addon-attach](https://npm.io/package/xterm-addon-attach.md) ^0.9.0

## 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 — 2025-01-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 Xterm Application

This is the Xterm Application for MeeseOS

![Screenshot](https://raw.githubusercontent.com/os-js/osjs-xterm-application/master/screenshot.png)

## Requirements

- `bash`
- `ssh`

# Usage

Start from application menu.

**Note that it will log into a shell with the username you are logged in as.**

If you want to change this behavior, you can add this to your `src/server/config.js` file in the MeeseOS distribution:

```javascript
module.exports = {
	// ... append this to your export ...
	xterm: {
		// You can also set this as a string to force a username
		login: false,
	},
};
```

You can also change the connection arguments:

```javascript
module.exports = {
	// ... append this to your export ...
	xterm: {
		ssh: {
			// Custom hostname
			hostname: "localhost",

			// Custom port
			args: "-p 1022",
		},
	},
};
```

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