This app for Open Web Desktop is a basic terminal to interact with other apps.
owd install-app @owdproject/app-terminalYou could set this configuration in /desktop/owd.config.ts:
terminal: {
{
welcomeMessage: "Welcome to Open Web Desktop",
prompt: "$"
}
}The application is released under the MIT License.