An open-source, cross-platform terminal for seamless workflows
Go to file
2024-09-25 02:14:55 +00:00
.github Attempt using musl-gcc instead of Glibc (#826) 2024-09-24 19:14:07 -07:00
.storybook Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00
.vscode remove vscode storybook task, move to taskfile 2024-09-20 13:39:06 -07:00
assets use backgroundless logos 2024-09-19 11:45:31 -07:00
build update app icons 2024-08-23 10:34:34 -07:00
cmd Fix path traversal vulnerabilities (#817) 2024-09-24 18:24:39 -07:00
db new directory structure and oldmigrate (#327) 2024-09-05 14:05:42 -07:00
emain thenextwave cleanups 2024-09-19 14:04:47 -07:00
frontend Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
pkg Fix path traversal vulnerabilities (#817) 2024-09-24 18:24:39 -07:00
public Move xterm.css to resolve Vite warning (#309) 2024-09-03 18:11:28 -07:00
.editorconfig Set up Windows build pipeline (#292) 2024-08-30 10:13:40 -07:00
.gitattributes Windows Bug Fixes (#281) 2024-08-27 15:12:26 -07:00
.gitignore Add automated release flow (#394) 2024-09-18 12:29:47 -07: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 Add log path to build docs (#820) 2024-09-24 17:48:45 -07:00
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md (#825) 2024-09-24 18:56:50 -07:00
electron-builder.config.cjs only set executableName for linux 2024-09-19 22:14:14 -07:00
electron.vite.config.ts Move env vars to vite config 2024-09-19 12:37:16 -07:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Bump github.com/sashabaranov/go-openai from 1.29.2 to 1.30.3 (#809) 2024-09-24 15:54:56 -07:00
go.sum Bump github.com/sashabaranov/go-openai from 1.29.2 to 1.30.3 (#809) 2024-09-24 15:54:56 -07:00
index.html Simplify frontend/wave path in index.html (#48) 2024-06-13 17:00:07 -07: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.8.3-beta.0 2024-09-25 02:14:55 +00:00
prettier.config.cjs Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
README.md fix capitalization in readme (#822) 2024-09-24 18:04:41 -07:00
RELEASES.md update 2024-09-19 17:06:31 -07:00
SECURITY.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
Taskfile.yml Attempt using musl-gcc instead of Glibc (#826) 2024-09-24 19:14:07 -07: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 Fix path traversal vulnerabilities (#817) 2024-09-24 18:24:39 -07:00

Wave Terminal Logo

Wave Terminal

FOSSA Status

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.

Install Wave Terminal from: www.waveterm.dev/download

Also available as a Homebrew Cask for macOS:

brew install --cask wave

Building from Source

See Building Wave Terminal.

Contributing

Wave uses GitHub Issues for issue tracking.

Find more information in our Contributions Guide, which includes:

License

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