@@ -48,24 +48,15 @@ Unlike traditional SSH, it implements:
4848- Optional encryption (XSalsa20)
4949
5050** Known Limitations** :
51- - Windows-only (Linux/macOS planned)
52-
53- See [ Roadmap] ( #roadmap ) for planned features.
51+ - Windows-only
5452
5553### Can I use this on Linux or macOS?
5654
57- ** Not yet** . Currently Windows-only due to ConPTY dependency.
58-
59- ** Planned** :
60- - Linux: Server + terminal components (TBD)
61- - macOS: Server + terminal components (TBD)
55+ No. Undying Terminal binaries are Windows executables.
6256
63- ** Current Workaround** :
64- - Run server on Windows
65- - Connect from Linux/macOS using SSH bootstrap:
66- ``` bash
67- ssh user@windows-server " cd /path && ./undying-terminal-terminal.exe"
68- ```
57+ If you need to use it from a non-Windows machine, the practical options are:
58+ - Use RDP/Remote Desktop into a Windows machine and run the client there
59+ - Run a Windows VM and run the client there
6960
7061### What does "undying" mean?
7162
@@ -485,7 +476,7 @@ constexpr auto kKeepaliveInterval = std::chrono::seconds(5);
485476// Change to desired interval
486477```
487478
488- ** Future ** : Config file option planned .
479+ There is no config file option for this currently .
489480
490481### How does the recovery buffer work?
491482
@@ -504,34 +495,12 @@ Each connection maintains:
504495
505496### Can I run the client on Linux?
506497
507- ** Via SSH bootstrap** : Yes
508-
509- ``` bash
510- # Linux client connecting to Windows server
511- ssh user@windows-server " cd /path && ./undying-terminal-terminal.exe"
512- ```
513-
514- ** Native Linux client** : Not yet (planned)
498+ No. The client is Windows-only.
515499
516500## Roadmap
517501
518- ### What's planned for future releases?
519-
520- ** v1.0.1 (Released)** :
521- - SSH config parsing (` ~/.ssh/config ` support)
522- - SSH agent forwarding (` -A ` /` --ssh-agent ` )
523- - Server cleanup on pipe disconnect
524- - ProxyJump and LocalForward from config
525-
526- ** v1.2 (Planned)** :
527- - Linux server + terminal support
528- - Compression (optional)
529- - Configurable keepalive interval
530-
531- ** v2.0 (Planned)** :
532- - macOS support
533- - AEAD encryption (authenticated)
534- - Multi-server clustering
502+ There is no published roadmap. If you want to propose changes or new features, please open an issue:
503+ https://github.com/Microck/UndyingTerminal/issues
535504
536505** Community requests** : [ GitHub Issues] ( https://github.com/Microck/UndyingTerminal/issues )
537506
@@ -550,7 +519,7 @@ See [Contributing Guide](/development/contributing).
550519
551520### Where can I get support?
552521
553- ** Documentation** : https://undyingterminal.dev
522+ ** Documentation** : https://undyingterminal.mintlify.app/
554523** GitHub Issues** : https://github.com/Microck/UndyingTerminal/issues
555524
556525** Before asking** :
0 commit comments