2024-09-18 21:45:14 +02:00
< p align = "center" >
2024-12-10 03:07:34 +01:00
< a href = "https://www.waveterm.dev" >
< picture >
< source media = "(prefers-color-scheme: dark)" srcset = "./assets/wave-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "./assets/wave-light.png" >
< img alt = "Wave Terminal Logo" src = "./assets/wave-light.png" width = "240" >
< / picture >
< / a >
2024-09-18 21:45:14 +02:00
< br / >
< / p >
2024-05-10 05:38:54 +02:00
2024-09-18 21:45:14 +02:00
# Wave Terminal
2024-05-10 05:38:54 +02:00
2024-09-18 21:45:14 +02:00
[![FOSSA Status ](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwavetermdev%2Fwaveterm.svg?type=shield )](https://app.fossa.com/projects/git%2Bgithub.com%2Fwavetermdev%2Fwaveterm?ref=badge_shield)
2024-11-16 23:15:35 +01:00
[![waveterm ](https://snapcraft.io/waveterm/trending.svg?name=0 )](https://snapcraft.io/waveterm)
2024-05-10 05:38:54 +02:00
2024-12-16 22:57:37 +01:00
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.
2024-09-18 21:45:14 +02:00
2024-12-16 22:57:37 +01:00
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.
2024-09-18 21:45:14 +02:00
2024-12-10 23:41:35 +01:00
![WaveTerm Screenshot ](./assets/wave-screenshot.webp )
2024-09-18 21:45:14 +02:00
2024-12-16 22:57:37 +01:00
## 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
2024-09-18 21:45:14 +02:00
## Installation
2024-09-25 03:04:41 +02:00
Wave Terminal works on macOS, Linux, and Windows.
2024-09-18 21:45:14 +02:00
2024-11-17 00:33:16 +01:00
Platform-specific installation instructions can be found [here ](https://docs.waveterm.dev/gettingstarted ).
2024-09-18 21:45:14 +02:00
2024-11-17 00:33:16 +01:00
You can also install Wave Terminal directly from: [www.waveterm.dev/download ](https://www.waveterm.dev/download ).
2024-10-23 23:45:42 +02:00
2024-09-25 07:31:29 +02:00
### Minimum requirements
2024-12-19 04:44:50 +01:00
Wave Terminal runs on the following platforms:
2024-09-25 07:31:29 +02:00
2024-11-14 05:58:30 +01:00
- macOS 11 or later (arm64, x64)
2024-09-25 07:51:38 +02:00
- Windows 10 1809 or later (x64)
2024-09-25 08:52:04 +02:00
- Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)
2024-09-25 07:31:29 +02:00
2024-12-19 04:44:50 +01:00
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)
2024-09-18 21:45:14 +02:00
## Links
2024-05-10 05:38:54 +02:00
2024-09-18 21:45:14 +02:00
- Homepage — https://www.waveterm.dev
- Download Page — https://www.waveterm.dev/download
2024-09-25 19:43:29 +02:00
- Documentation — https://docs.waveterm.dev
- Legacy Documentation — https://legacydocs.waveterm.dev
- Blog — https://blog.waveterm.dev
2024-12-16 22:57:37 +01:00
- X — https://x.com/wavetermdev
2024-09-18 21:45:14 +02:00
- Discord Community — https://discord.gg/XfvZ334gwU
## Building from Source
2024-09-25 02:40:57 +02:00
See [Building Wave Terminal ](BUILD.md ).
2024-05-10 05:38:54 +02:00
2024-09-18 21:45:14 +02:00
## Contributing
2024-05-10 05:38:54 +02:00
2024-09-25 03:04:41 +02:00
Wave uses GitHub Issues for issue tracking.
2024-09-18 21:45:14 +02:00
Find more information in our [Contributions Guide ](CONTRIBUTING.md ), which includes:
- [Ways to contribute ](CONTRIBUTING.md#contributing-to-wave-terminal )
- [Contribution guidelines ](CONTRIBUTING.md#before-you-start )
2024-11-06 19:45:21 +01:00
- [Storybook ](https://docs.waveterm.dev/storybook )
2024-09-18 21:45:14 +02:00
2024-10-10 21:08:32 +02:00
### Activity
![Alt ](https://repobeats.axiom.co/api/embed/f06b0f7bb1656d2493012ad411bbd746e8bf680f.svg "Repobeats analytics image" )
2024-09-18 21:45:14 +02:00
## License
2024-09-25 02:56:25 +02:00
Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see [here ](./ACKNOWLEDGEMENTS.md ).