Files

48 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2024-09-20 16:59:13 -07:00
---
sidebar_position: 1
2024-09-22 13:08:55 -07:00
id: "index"
title: "Home"
2024-09-20 16:59:13 -07:00
---
2024-09-23 14:55:19 -07:00
import {Card, CardGroup} from '@site/src/components/card.tsx';
2024-09-20 16:59:13 -07:00
## Welcome to Wave Terminal
Wave is an [open-source](https://github.com/wavetermdev/waveterm) terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI. We support MacOS, Linux, and Windows ([Downloads](https://waveterm.dev/download)).
**These docs are incomplete**, but we're working on them. If you have a question, please feel free to ask us in [Discord](https://discord.gg/XfvZ334gwU). If you'd like to file a bug/enchancement, please
use [Github Issues](https://github.com/wavetermdev/waveterm/issues). These docs are also open-source and we do accept PRs in our [docs repo](https://github.com/wavetermdev/waveterm-docs)
2024-09-20 16:59:13 -07:00
2024-09-22 13:08:55 -07:00
References:
* [Widgets](./widgets)
2024-09-22 13:25:20 -07:00
* [Configuration](./config)
* [Key Bindings](./keybindings)
* [wsh command](./wsh)
* [Telemetry](./telemetry)
2024-09-30 09:53:02 -07:00
* [FAQ](./faq)
2024-09-22 13:08:55 -07:00
<!--
2024-09-20 16:59:13 -07:00
## Features
2024-09-24 14:47:40 -07:00
2024-09-23 14:55:19 -07:00
<CardGroup>
2024-09-24 14:47:40 -07:00
<Card href="features/preview" icon="fa-file-magnifying-glass" title="File Previews" description="Preview widgets let you view markdown, images, video, CSVs, and more inline." />
2024-09-23 14:55:19 -07:00
<Card href="features/remotes" icon="fa-server" title="Reliable Remote Connections" description="Automatic reconnection, remote file previews, and more." />
<Card href="features/ai" icon="fa-sparkles" title="Integrated AI" description="Inline AI Chat Windows hooked up to any LLM (local or remote)." />
<Card href="features/browser" icon="fa-globe" title="Inline Web Browser" description="Access online content without switching context." />
<Card href="features/charts" icon="fa-chart-simple" title="Data Visualization" description="Create graphs of system stats or custom data piped directly from CLI programs." />
</CardGroup>
-->
## Links
* Homepage -- https://waveterm.dev
* Download -- https://waveterm.dev/download
* Discord -- https://discord.gg/XfvZ334gwU
* Main Github (source code) -- https://github.com/wavetermdev/waveterm/
* Docs Github (powers this site) -- https://github.com/wavetermdev/waveterm-docs/
2024-09-25 10:16:40 -07:00
## Looking for WaveLegacy documentation?
2024-09-25 10:50:29 -07:00
WaveLegacy docs can be found at [legacydocs.waveterm.dev](https://legacydocs.waveterm.dev).