Sam Atkins 2f49c1c9b0 Remove a whole load of noisy log messages 1 éve
..
assets 081b093e7e Add missing asset for xterm, fix SDK url 1 éve
config 0306a395a2 Copy over terminal 1 éve
doc 0306a395a2 Copy over terminal 1 éve
src 2f49c1c9b0 Remove a whole load of noisy log messages 1 éve
.gitignore 0306a395a2 Copy over terminal 1 éve
LICENSE 0306a395a2 Copy over terminal 1 éve
README.md 4a36670417 Update README.md files for monorepo'd projects 1 éve
local.json5 0306a395a2 Copy over terminal 1 éve
notalicense-license-checker-config.json 0306a395a2 Copy over terminal 1 éve
package-lock.json 0306a395a2 Copy over terminal 1 éve
package.json 0306a395a2 Copy over terminal 1 éve
rollup.config.js f3495f3098 Fix xterm.css not loading 1 éve
run-http.json5 0306a395a2 Copy over terminal 1 éve
run-https.json5 0306a395a2 Copy over terminal 1 éve
run-phoenix-http.json5 0306a395a2 Copy over terminal 1 éve
run.json5 0306a395a2 Copy over terminal 1 éve

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"