1
0
Eric Dubé fa7bec3854 refactor: flatten the monorepo 11 сар өмнө
..
assets 2656b47640 chore: Update xterm 1 жил өмнө
config 0306a395a2 Copy over terminal 1 жил өмнө
doc 0306a395a2 Copy over terminal 1 жил өмнө
src 4ef3e53de3 fix(Terminal): Accept input from Chrome on Android 1 жил өмнө
.gitignore 0306a395a2 Copy over terminal 1 жил өмнө
LICENSE 0306a395a2 Copy over terminal 1 жил өмнө
README.md 4a36670417 Update README.md files for monorepo'd projects 1 жил өмнө
local.json5 0306a395a2 Copy over terminal 1 жил өмнө
notalicense-license-checker-config.json 0306a395a2 Copy over terminal 1 жил өмнө
package-lock.json 3f6f4bb4c0 fix(security): update follow-redirects 1 жил өмнө
package.json 2656b47640 chore: Update xterm 1 жил өмнө
rollup.config.js fa7bec3854 refactor: flatten the monorepo 11 сар өмнө
run-http.json5 0306a395a2 Copy over terminal 1 жил өмнө
run-https.json5 0306a395a2 Copy over terminal 1 жил өмнө
run-phoenix-http.json5 0306a395a2 Copy over terminal 1 жил өмнө
run.json5 0306a395a2 Copy over terminal 1 жил өмнө

README.md

HiTIDE logo

Puter Terminal Emulator

« LIVE DEMO »

Puter.com · Discord · Reddit · X (Twitter)

animated demo


This is a Puter-compatible pure-javascript terminal emulator built on xtermjs. It integrates with an external shell provider. We develop and test the terminal emulator alongside Puter's shell: phoenix.

The Terminal as a Whole

This terminal emulator alongside phoenix give you an AGPL-3.0-licensed pure-javascript terminal experience which integrates with Puter's filesystem, AI services, and more.

Here are a few examples of what you can do:

  • ai "write me a story"
  • txt2img "a blue computer on a cloud" > puter.png
  • neofetch
  • echo $(echo "command substitution")
  • cat example.txt | grep "find me"
  • cat example.json | jq "name"