An open-source, AI-integrated, cross-platform terminal for seamless workflows
Find a file
dependabot[bot] cd5bc16cb3
Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499)
Bumps the dev-dependencies-minor group with 3 updates in the /
directory:
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc),
[node-abi](https://github.com/electron/node-abi) and
[prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc).

Updates `@vitejs/plugin-react-swc` from 4.1.0 to 4.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react/releases"><code>@​vitejs/plugin-react-swc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>plugin-react@4.2.0</h2>
<h3>Update peer dependency range to target Vite 5</h3>
<p>There were no breaking change that impacted this plugin, so any
combination of React plugins and Vite core version will work.</p>
<h3>Align jsx runtime for optimized dependencies</h3>
<p>This will only affect people using internal libraries that contains
untranspiled JSX. This change aligns the optimizer with the source code
and avoid issues when the published source don't have <code>React</code>
in the scope.</p>
<p>Reminder: While being partially supported in Vite, publishing TS
&amp; JSX outside of internal libraries is highly discouraged.</p>
<h2>plugin-react-swc@4.2.0</h2>
<h3>Add <code>@vitejs/plugin-react-swc/preamble</code> virtual module
for SSR HMR (<a
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/890">#890</a>)</h3>
<p>SSR applications can now initialize HMR runtime by importing
<code>@vitejs/plugin-react-swc/preamble</code> at the top of their
client entry instead of manually calling
<code>transformIndexHtml</code>. This simplifies SSR setup for
applications that don't use the <code>transformIndexHtml</code> API.</p>
<h3>Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (<a
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/951">#951</a>)</h3>
<p>Previously, this plugin did not use SWC if plugins were not provided
even if <code>useAtYourOwnRisk_mutateSwcOptions</code> was provided.
This is now fixed.</p>
<h2>plugin-react@4.1.1</h2>
<ul>
<li>Enable retainLines to get correct line numbers for jsxDev (fix <a
href="https://redirect.github.com/vitejs/vite-plugin-react/issues/235">#235</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md"><code>@​vitejs/plugin-react-swc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.2.0 (2025-10-24)</h2>
<h3>Add <code>@vitejs/plugin-react-swc/preamble</code> virtual module
for SSR HMR (<a
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/890">#890</a>)</h3>
<p>SSR applications can now initialize HMR runtime by importing
<code>@vitejs/plugin-react-swc/preamble</code> at the top of their
client entry instead of manually calling
<code>transformIndexHtml</code>. This simplifies SSR setup for
applications that don't use the <code>transformIndexHtml</code> API.</p>
<h3>Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (<a
href="https://redirect.github.com/vitejs/vite-plugin-react/pull/951">#951</a>)</h3>
<p>Previously, this plugin did not use SWC if plugins were not provided
even if <code>useAtYourOwnRisk_mutateSwcOptions</code> was provided.
This is now fixed.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react/commits/v4.2.0/packages/plugin-react-swc">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for <code>@​vitejs/plugin-react-swc</code>
since your current version.</p>
</details>
<br />

Updates `node-abi` from 4.14.0 to 4.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/node-abi/releases">node-abi's
releases</a>.</em></p>
<blockquote>
<h2>v4.17.0</h2>
<h1><a
href="https://github.com/electron/node-abi/compare/v4.16.0...v4.17.0">4.17.0</a>
(2025-10-30)</h1>
<h3>Features</h3>
<ul>
<li>update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/243">#243</a>)
(<a
href="e1fbdddb1c">e1fbddd</a>)</li>
</ul>
<h2>v4.16.0</h2>
<h1><a
href="https://github.com/electron/node-abi/compare/v4.15.0...v4.16.0">4.16.0</a>
(2025-10-28)</h1>
<h3>Features</h3>
<ul>
<li>update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/233">#233</a>)
(<a
href="4614b6b467">4614b6b</a>)</li>
</ul>
<h2>v4.15.0</h2>
<h1><a
href="https://github.com/electron/node-abi/compare/v4.14.0...v4.15.0">4.15.0</a>
(2025-10-23)</h1>
<h3>Features</h3>
<ul>
<li>update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/227">#227</a>)
(<a
href="a0b95e07af">a0b95e0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e1fbdddb1c"><code>e1fbddd</code></a>
feat: update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/243">#243</a>)</li>
<li><a
href="5e7b041ed8"><code>5e7b041</code></a>
ci: quick sleep before waiting on automated PR checks (<a
href="https://redirect.github.com/electron/node-abi/issues/240">#240</a>)</li>
<li><a
href="a0eb6a1b64"><code>a0eb6a1</code></a>
ci: tweak automated docs PR merging (<a
href="https://redirect.github.com/electron/node-abi/issues/239">#239</a>)</li>
<li><a
href="4614b6b467"><code>4614b6b</code></a>
feat: update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/233">#233</a>)</li>
<li><a
href="91c9478e5c"><code>91c9478</code></a>
ci: fix outputs syntax in release workflow (<a
href="https://redirect.github.com/electron/node-abi/issues/237">#237</a>)</li>
<li><a
href="7b12648e7c"><code>7b12648</code></a>
ci: update release environment name (<a
href="https://redirect.github.com/electron/node-abi/issues/236">#236</a>)</li>
<li><a
href="2e36924728"><code>2e36924</code></a>
ci: use new electron/secret-service-action (<a
href="https://redirect.github.com/electron/node-abi/issues/235">#235</a>)</li>
<li><a
href="e0c3ff071d"><code>e0c3ff0</code></a>
ci: use electron/secret-service action (<a
href="https://redirect.github.com/electron/node-abi/issues/234">#234</a>)</li>
<li><a
href="a0b95e07af"><code>a0b95e0</code></a>
feat: update ABI registry (<a
href="https://redirect.github.com/electron/node-abi/issues/227">#227</a>)</li>
<li><a
href="0683be1d61"><code>0683be1</code></a>
ci: bump electron/semantic-trusted-release to v1.0.1 (<a
href="https://redirect.github.com/electron/node-abi/issues/230">#230</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/node-abi/compare/v4.14.0...v4.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `prettier-plugin-jsdoc` from 1.3.3 to 1.5.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md">prettier-plugin-jsdoc's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>All notable changes to this project will be documented in this file.
See <a
href="https://github.com/conventional-changelog/standard-version">standard-version</a>
for commit guidelines.</p>
<h2><a
href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.4.0">1.4.0</a>
(2025-10-29)</h2>
<h3>Features</h3>
<ul>
<li>add support for import tags (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/252">#252</a>)
(<a
href="ab5c488b2d">ab5c488</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0260abfd71"><code>0260abf</code></a>
v1.5.0</li>
<li><a
href="4887997f86"><code>4887997</code></a>
chore(release): 1.4.0</li>
<li><a
href="ab5c488b2d"><code>ab5c488</code></a>
feat: add support for import tags (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/252">#252</a>)</li>
<li><a
href="2c6d363f7f"><code>2c6d363</code></a>
test: prettier version bump into 3.6 (<a
href="https://redirect.github.com/hosseinmd/prettier-plugin-jsdoc/issues/248">#248</a>)</li>
<li>See full diff in <a
href="https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.3.3...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-31 16:30:08 -07:00
.github Bump actions/setup-node from 5 to 6 in /.github/workflows (#2445) 2025-10-17 17:49:17 -07:00
.roo/rules Add Write File Tools to WaveAI (#2492) 2025-10-31 14:40:03 -07:00
.storybook add tailwind to wave, support shadcn + donut chart as a POC (#1775) 2025-02-04 17:58:36 -08:00
.vscode tsunami app builder 2 (#2486) 2025-10-27 16:37:15 -07:00
.zed Add basic Zed workspace configs (#1942) 2025-02-09 15:00:46 -08:00
aiprompts waveapps builder window (scaffolding, restructure AI panel to work in both builder and tab windows) (#2482) 2025-10-26 17:48:01 -07: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 Add Write File Tools to WaveAI (#2492) 2025-10-31 14:40:03 -07:00
db Allow AI Presets To Automatically Update Widgets (#1954) 2025-02-13 13:38:12 -08:00
docs Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499) 2025-10-31 16:30:08 -07:00
emain tsunami builder 3 (checkpoint) (#2487) 2025-10-28 13:59:02 -07:00
frontend Add drag-and-drop from preview directory to WaveAI panel (#2502) 2025-10-31 16:28:51 -07:00
pkg Add Write File Tools to WaveAI (#2492) 2025-10-31 14:40:03 -07:00
public tsunami framework (waveapps v2) (#2315) 2025-09-11 14:25:07 -07:00
schema Add Write File Tools to WaveAI (#2492) 2025-10-31 14:40:03 -07:00
testdriver touch up final test condition (#1338) 2024-11-22 17:16:04 -08:00
tests/copytests Add S3 fileshare implementation, improve cp behavior (#1896) 2025-02-14 17:27:02 -08:00
tsunami Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499) 2025-10-31 16:30:08 -07: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 Batch Approval for AI Tool Calls, fix "AI is thinking" message, chunk JS (#2430) 2025-10-13 23:37:45 -07:00
.golangci.yml reduce some logging for prod release (#2440) 2025-10-15 22:10:00 -07:00
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
ACKNOWLEDGEMENTS.md Add back the acknowledgements readme, update about modal link (#818) 2024-09-24 16:58:18 -07:00
BUILD.md switch from yarn to npm (#2347) 2025-09-12 15:36:03 -07: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 Add link to Good First Issues in Contributing Guide (#1991) 2025-02-18 17:06:56 -08:00
electron-builder.config.cjs move rpm section to top level instead of under linux (#2301) 2025-08-28 15:13:29 -07:00
electron.vite.config.ts Batch Approval for AI Tool Calls, fix "AI is thinking" message, chunk JS (#2430) 2025-10-13 23:37:45 -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/aws/aws-sdk-go-v2/service/s3 from 1.88.4 to 1.89.1 (#2497) 2025-10-31 16:29:11 -07:00
go.sum Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.4 to 1.89.1 (#2497) 2025-10-31 16:29:11 -07:00
index.html add tailwind to wave, support shadcn + donut chart as a POC (#1775) 2025-02-04 17:58:36 -08:00
LICENSE Happy new year! (#1684) 2025-01-04 20:56:57 -08:00
NOTICE Happy new year! (#1684) 2025-01-04 20:56:57 -08:00
package-lock.json Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499) 2025-10-31 16:30:08 -07:00
package.json Bump the dev-dependencies-minor group across 1 directory with 3 updates (#2499) 2025-10-31 16:30:08 -07:00
prettier.config.cjs Windows Line Endings (#923) 2024-10-01 12:54:15 -07:00
README.md Update README.md (#2079) 2025-03-24 23:56:53 -07:00
RELEASES.md Update more links in releases.md (#1826) 2025-01-23 17:59:16 -08:00
ROADMAP.md Add Write File Tools to WaveAI (#2492) 2025-10-31 14:40:03 -07:00
SECURITY.md Add markdown alert parsing, fix buffer issue when switching files (#988) 2024-10-08 09:25:41 -07:00
staticcheck.conf standalone fixes, linting errors, speedups, QOL changes ported from wave-12 branch (#2271) 2025-08-20 18:07:11 -07:00
Taskfile.yml working on more terminal context (#2444) 2025-10-17 12:19:40 -07:00
tsconfig.json waveapps builder window (scaffolding, restructure AI panel to work in both builder and tab windows) (#2482) 2025-10-26 17:48:01 -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

Wave Terminal Logo

Wave Terminal

FOSSA Status

Wave is an open-source terminal that combines traditional terminal features with graphical capabilities like file previews, web browsing, and AI assistance. It runs on MacOS, Linux, and Windows.

Modern development involves constantly switching between terminals and browsers - checking documentation, previewing files, monitoring systems, and using AI tools. Wave brings these graphical tools directly into the terminal, letting you control them from the command line. This means you can stay in your terminal workflow while still having access to the visual interfaces you need.

WaveTerm Screenshot

Key Features

  • Flexible drag & drop interface to organize terminal blocks, editors, web browsers, and AI assistants
  • Built-in editor for seamlessly editing remote files with syntax highlighting and modern editor features
  • Rich file preview system for remote files (markdown, images, video, PDFs, CSVs, directories)
  • Integrated AI chat with support for multiple models (OpenAI, Claude, Azure, Perplexity, Ollama)
  • Command Blocks for isolating and monitoring individual commands with auto-close options
  • One-click remote connections with full terminal and file system access
  • Rich customization including tab themes, terminal styles, and background images
  • Powerful wsh command system for managing your workspace from the CLI and sharing data between terminal sessions

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 runs 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)

The WSH helper runs on the following platforms:

  • macOS 11 or later (arm64, x64)
  • Windows 10 or later (arm64, x64)
  • Linux Kernel 2.6.32 or later (x64), Linux Kernel 3.1 or later (arm64)

Roadmap

Wave is constantly improving! Our roadmap will be continuously updated with our goals for each release. You can find it here.

Want to provide input to our future releases? Connect with us on Discord or open a Feature Request!

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.