archipelago
A minimalist open-source terminal emulator built on web technology
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- dependabot.yml
- logo-dark.svg
- logo-light.svg
- PULL_REQUEST_TEMPLATE.md
- screenshot.png
- Contents.json
- Contents.json
- icon128.png
- icon16.png
- icon1x.png
- icon256 1.png
- icon256.png
- icon32 1.png
- icon32.png
- icon512 1.png
- icon512.png
- icon64.png
- Contents.json
- CheckForUpdatesMenuItem.swift
- CloseMenuItem.swift
- ExportSettingsMenuItem.swift
- ImportSettingsMenuItem.swift
- NewWindowMenuItem.swift
- ProfilesMenu.swift
- ReportIssueMenuItem.swift
- VersionMenuItem.swift
- BridgeComponent+App.swift
- CheckboxComponent.swift
- ColorComponent.swift
- FontLoaderComponent.swift
- FontsComponent.swift
- KeybindingActionsComponent.swift
- KeybindingCapturerComponent.swift
- KeybindingsComponent.swift
- ProfileActionsComponent.swift
- ProfileCapturerComponent.swift
- ProfileChanger.swift
- ProfileComponent.swift
- ProfilesComponent.swift
- RadioComponent.swift
- SelectComponent.swift
- TabsComponent.swift
- TerminalComponent.swift
- TextComponent.swift
- checkbox_controller.js
- color_controller.js
- font_loader_controller.js
- fonts_controller.js
- keybinding_actions_controller.js
- keybinding_capturer_controller.js
- keybinding_controller.js
- keybindings_controller.js
- modal_controller.js
- profile_actions_controller.js
- profile_capturer_controller.js
- profile_controller.js
- profiles_controller.js
- radio_controller.js
- select_controller.js
- tabs_controller.js
- terminal_controller.js
- text_controller.js
- about.css
- about.html
- application.js
- application.min.js
- bell-sound.js
- bridge.js
- bun.lockb
- current_keymaps.js
- debounce.js
- format_keybinding.js
- index.css
- index.html
- keystroke_for_keyboard_event.js
- LigaturesAddon.js
- package.json
- settings-choices.css
- settings-general.css
- settings-header.css
- settings-vars.css
- settings.html
- settings.js
- settings.min.js
- AboutController.swift
- App.swift
- AppDelegate.swift
- archipelago.entitlements
- archipelagoRelease.entitlements
- Config.swift
- Document.swift
- DraggingView.swift
- Font.swift
- Info.plist
- Main.storyboard
- NSColor.swift
- PreferenceFile.swift
- Pty.swift
- SettingsController.swift
- TerminalWindow.swift
- updater.sh
- ViewController.swift
- WKWebViewConfiguration.swift
- Package.resolved
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- .gitignore
- .swift-format
- CODE_OF_CONDUCT.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/npezza93/archipelago
Downloads the entire project code from GitHub to your computer.
cd archipelago
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd archipelago/WebView
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
