GitXplorerGitXplorer
n

archipelago

public
51 stars
8 forks
0 issues

Commits

List of commits on branch main.
Verified
ad6c76ba73a0ffa817fd4d0c07ed1734031efc6f

Bump version

nnpezza93 committed 2 months ago
Verified
805868c92b8c6b5f56ee5ef005e8c19d04718e90

Update minimum version

nnpezza93 committed 2 months ago
Verified
f1cd222ea38c863c7ef34b2cd2d712e2e35a20a1

Update bun packages

nnpezza93 committed 2 months ago
Verified
614624902edead45478d6f10979bcb639d3b1785

Bump version

nnpezza93 committed 7 months ago
Verified
98501fd7cfbf8ce13f6a20a774e318e77b6277f4

Update packages

nnpezza93 committed 7 months ago
Verified
79899721ceb76cd11a3a63bf544afeaf4e95eb58

bump version

nnpezza93 committed 8 months ago

README

The README file for this repository.

Archipelago is an open-source terminal emulator built on web technology.
Download now!

Why?

Archipelago is inspired by Hyper. I started using Hyper as my default terminal while it was in beta and into v1. It was by far the coolest, best looking, minimal, and extensible terminal emulator I had used. But, I found it to be really slow, to the point where if I was going to run a command that I knew would have a lot of output, I would opt for using a different terminal. Along with that, occasionally buffers would overlap making the terminal unreadable and force me to restart.

At the time Hyper was using Hterm which was the culprit of all my issues, so I found the Xterm.js project which solved all these problems and I started making Archipelago.

Screenshot

Get Archipelago

macOS

Use Homebrew Cask to download the app by running the following

❯ brew install --cask archipelago

or

Download

Contributing

Bug reports and pull requests are welcome on GitHub.

Development

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how here.

Clone the repo then run cd archipelago/WebView; bun install in your console. Then open the app in Xcode.

Releasing

  • Create archive in Xcode with new version
  • Export notarized app to dist/
  • Create release in GitHub for new version
  • create zip file (ditto -c -k --keepParent dist/Archipelago.app dist/Archipelago.zip)

License

Archipelago is available as open source under the terms of the MIT License.