An open-source, cross-platform terminal for seamless workflows
Go to file
2024-12-13 03:25:08 +00:00
.github Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
.storybook Make default workspace icon the Wave logo (#1470) 2024-12-10 13:54:11 -08:00
.vscode docs updates (and other misc items) for v0.9.3 (#1330) 2024-11-20 22:17:57 -08:00
assets Make the Wave logo icons slightly smaller (#1500) 2024-12-11 13:24:12 -08:00
build Squash some leftover bugs (#1495) 2024-12-11 12:52:15 -08:00
cmd minor docs fixups (consistency) (#1480) 2024-12-10 18:03:48 -08:00
db Workspaces are back! (#1282) 2024-12-02 10:56:56 -08:00
docs Add two more items to release notes (#1505) 2024-12-12 09:54:33 -08:00
emain Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
frontend Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
pkg Create workspace will always create a saved workspace (#1509) 2024-12-12 17:21:09 -08:00
public Make the Wave logo icons slightly smaller (#1500) 2024-12-11 13:24:12 -08:00
testdriver touch up final test condition (#1338) 2024-11-22 17:16:04 -08:00
.editorconfig Oops i actually made the tabs wrong (#1384) 2024-12-04 13:49:14 -08:00
.gitattributes WSL Integration (#1031) 2024-10-23 22:43:17 -07:00
.gitignore Fix docsite path error in docsite.go (#1272) 2024-11-12 12:30:37 -08:00
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
ACKNOWLEDGEMENTS.md Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
BUILD.md Update our build workflows to use NodeJS 22 (#1285) 2024-11-13 21:06:48 -08:00
CNAME Move docsite to main repo (#1204) 2024-11-06 10:45:21 -08:00
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
electron-builder.config.cjs Fix copyfiles for docsite (#1321) 2024-11-19 14:15:11 -08:00
electron.vite.config.ts Remove another instance of redundant Vite Sass config (#1391) 2024-12-04 17:35:05 -08:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1503) 2024-12-12 09:59:58 -08:00
go.sum Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#1503) 2024-12-12 09:59:58 -08:00
index.html Make default workspace icon the Wave logo (#1470) 2024-12-10 13:54:11 -08:00
LICENSE Setup the Build Helper pipeline (#116) 2024-07-17 22:39:22 -07:00
NOTICE update copyright 2024-09-18 12:05:08 -07:00
package.json chore: bump package version to 0.10.1 2024-12-13 03:25:08 +00:00
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md Docs Updates (#1469) 2024-12-10 14:41:35 -08:00
RELEASES.md update 2024-09-19 17:06:31 -07:00
SECURITY.md Add markdown alert parsing, fix buffer issue when switching files (#988) 2024-10-08 09:25:41 -07:00
Taskfile.yml Fix environment variable access for winget script (#1506) 2024-12-12 12:15:03 -08:00
tsconfig.json thenextwave cleanups 2024-09-19 14:04:47 -07:00
version.cjs If prerelease is false and action is none, remove the prerelease version string (#395) 2024-09-18 13:12:34 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
yarn.lock Bump nanoid from 3.3.7 to 3.3.8 (#1446) 2024-12-12 09:56:01 -08:00

Wave Terminal Logo

Wave Terminal

FOSSA Status waveterm

Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.

Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.

WaveTerm Screenshot

Installation

Wave Terminal works on macOS, Linux, and Windows.

Platform-specific installation instructions can be found here.

You can also install Wave Terminal directly from: www.waveterm.dev/download.

Minimum requirements

Wave Terminal and WSH run on the following platforms:

  • macOS 11 or later (arm64, x64)
  • Windows 10 1809 or later (x64)
  • Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)

Building from Source

See Building Wave Terminal.

Contributing

Wave uses GitHub Issues for issue tracking.

Find more information in our Contributions Guide, which includes:

Activity

Alt

License

Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.