An open-source, cross-platform terminal for seamless workflows
Go to file
Evan Simkowitz 69c99dd13a
Add button to mute audio when media is playing in webview (#1036)
![image](https://github.com/user-attachments/assets/202636dc-aab5-4164-9729-fecd0cc804ae)

Also fixes atom usage for the url bar so it will properly update when
any upstream atom states change
2024-10-15 15:15:33 -07:00
.github
.storybook Override bg color on light vs dark mode storybook (#884) 2024-09-26 19:37:07 -07:00
.vscode fix cname formatting exclusion (#888) 2024-09-26 20:11:23 -07:00
assets
build
cmd
db
emain Prevent the app from downgrading when a user installs beta over latest (#1014) 2024-10-10 19:32:15 -07:00
frontend Add button to mute audio when media is playing in webview (#1036) 2024-10-15 15:15:33 -07:00
pkg implement a config error button + message modal that shows the errors (#1030) 2024-10-14 14:57:12 -07:00
public
.editorconfig fix cname formatting exclusion (#888) 2024-09-26 20:11:23 -07:00
.gitattributes Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
.gitignore
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
.yarnrc.yml
ACKNOWLEDGEMENTS.md
BUILD.md
CNAME
CODE_OF_CONDUCT.md move some metadata files over to new repo 2024-09-18 12:04:28 -07:00
CONTRIBUTING.md
electron-builder.config.cjs Embed static copy of docsite for help view (#949) 2024-10-03 20:28:05 -07:00
electron.vite.config.ts
eslint.config.js
go.mod
go.sum Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 (#955) 2024-10-04 10:34:26 -07:00
index.html
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
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md
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
tsconfig.json thenextwave cleanups 2024-09-19 14:04:47 -07:00
version.cjs
vitest.config.ts
yarn.lock

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

Minimum requirements

Wave Terminal and WSH run on the following platforms:

  • macOS 10.15 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.