2023-10-28 22:16:50 +02:00
< p align = "center" >
< picture >
2024-02-22 00:15:20 +01:00
< source media = "(prefers-color-scheme: dark)" srcset = "./assets/waveterm-logo-horizontal-dark.png" >
< source media = "(prefers-color-scheme: light)" srcset = "./assets/waveterm-logo-horizontal-light.png" >
< img alt = "Wave Terminal Logo" src = "./assets/waveterm-logo-horizontal-light.png" width = "240" height = "80" style = "max-width: 100%;" >
2023-10-28 22:16:50 +02:00
< / picture >
< br / >
< / p >
2024-02-15 18:53:39 +01:00
# Wave Terminal
2023-10-28 22:16:50 +02:00
2024-05-01 02:27:20 +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-03-08 23:05:21 +01:00
Wave is an open-source AI-native terminal built for seamless workflows.
2023-10-28 22:16:50 +02:00
2024-02-15 18:53:39 +01:00
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. Wave combines command line with the power of the open web to help veteran CLI users and new developers alike.
- Inline renderers to cut down on context switching. Render code, images, markdown, and CSV files without ever leaving the terminal.
- Persistent sessions that can restore state across network disconnections and reboots
- Searchable contextual command history across all remote sessions (saved locally)
- Workspaces, tabs, and command blocks to keep you organized
2024-03-08 23:05:21 +01:00
- CodeEdit, to edit local and remote files with a VSCode-like inline editor
2024-02-15 18:53:39 +01:00
- AI Integration with ChatGPT (or ChatGPT compatible APIs) to help write commands and get answers inline
2023-10-28 22:16:50 +02:00
2024-03-12 18:56:47 +01:00
![WaveTerm Screenshot ](./assets/wave-screenshot.png )
2023-10-28 22:16:50 +02:00
## Installation
2024-03-08 23:05:21 +01:00
Wave Terminal works with MacOS and Linux.
2023-10-28 22:16:50 +02:00
2023-11-10 06:49:06 +01:00
Install Wave Terminal from: [www.waveterm.dev/download ](https://www.waveterm.dev/download )
2023-10-28 22:16:50 +02:00
2023-12-10 22:33:06 +01:00
Also available as a homebrew cask for MacOS:
2024-02-15 18:53:39 +01:00
2023-12-10 22:33:06 +01:00
```
brew install --cask wave
```
2023-11-07 09:40:21 +01:00
## Links
2023-10-28 22:16:50 +02:00
2024-02-15 18:53:39 +01:00
- Homepage — https://www.waveterm.dev
- Download Page — https://www.waveterm.dev/download
2024-09-25 19:46:30 +02:00
- Documentation — https://legacydocs.waveterm.dev/
2024-02-15 18:53:39 +01:00
- Blog — https://blog.waveterm.dev/
2024-09-25 19:46:30 +02:00
- Quick Start Guide — https://legacydocs.waveterm.dev/quickstart/
2024-02-15 18:53:39 +01:00
- Discord Community — https://discord.gg/XfvZ334gwU
2023-10-28 22:16:50 +02:00
2023-11-07 09:49:37 +01:00
## Building from Source
2024-02-15 18:53:39 +01:00
- [MacOS Build Instructions ](./BUILD.md )
- [Linux Build Instructions ](./build-linux.md )
2023-11-07 09:49:37 +01:00
2023-10-28 22:16:50 +02:00
## Contributing
2024-03-08 23:05:21 +01:00
Wave uses Github Issues for issue tracking.
2023-10-28 22:16:50 +02:00
2023-10-31 18:42:04 +01:00
Find more information in our [Contributions Guide ](CONTRIBUTING.md ), which includes:
2023-10-28 22:16:50 +02:00
2024-02-15 18:53:39 +01:00
- [Ways to contribute ](CONTRIBUTING.md#contributing-to-wave-terminal )
- [Contribution guidelines ](CONTRIBUTING.md#before-you-start )
2024-05-01 02:27:20 +02:00
## License
Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see [here ](./acknowledgements/README.md ).