Welcome to the CWP Open Terminal Emulator
A modular, BASH-style terminal emulator library for the web. CWP Open Terminal Emulator is a lightweight, extensible, and easy-to-integrate solution for adding a terminal interface to your web applications.
This documentation will guide you through the installation, configuration, and use of the library, as well as provide a detailed reference for the API and other features.
Key Features
- BASH-like Environment: Familiar commands like
ls
,cd
,cat
, andhistory
. - Virtual File System: An in-memory file system to simulate file and directory operations.
- Extensible Addon System: Create your own commands and applications that run inside the terminal.
- Lightweight Core: The core terminal is minimal, allowing you to add only the features you need.
- Flexible Release System: Choose the stability level that best suits your needs, from dev to nightly, stable, and LTS.
Where to Start
- New to the project? Start with the Setup Guide to learn how to install and initialize the terminal.
- Want to see the commands? Check out the Default Commands reference for a full list of available commands and their usage.
- Ready to build your own features? Dive into the Addon System guide and the API Reference.