Add logo assets and update README

This commit is contained in:
Helios 2026-03-02 18:16:05 +01:00
parent 5fb600aa6f
commit 6fce2dcde8
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
4 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# helios-remote
<p align="center">
<img src="assets/logo.png" width="150" style="border-radius: 50%;" alt="helios-remote logo" />
<img src="assets/logo.png" width="150" alt="helios-remote logo" />
</p>
**AI-first remote control tool** — a relay server + Windows client written in Rust. Lets an AI agent (or any HTTP client) take full control of a remote Windows machine via a lightweight WebSocket relay.

BIN
assets/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 321 KiB

Before After
Before After

View file

@ -30,3 +30,7 @@ This crate will contain the Windows remote-control client for `helios-remote`.
```
cargo build --target x86_64-pc-windows-gnu
```
## App Icon
The file `assets/logo.ico` in the repository root is the application icon intended for the Windows `.exe`. It can be embedded at compile time using a build script (e.g. via the `winres` crate).