| Crates.io | rusticon |
| lib.rs | rusticon |
| version | 0.2.3 |
| created_at | 2025-08-23 03:14:45.744674+00 |
| updated_at | 2025-09-05 18:08:04.148287+00 |
| description | Rusticon is a mouse driven SVG favicon editor for your terminal. |
| homepage | https://github.com/ronilan/rusticon |
| repository | https://github.com/ronilan/rusticon |
| max_upload_size | |
| id | 1807184 |
| size | 1,536,080 |
Rusticon is a mouse driven SVG favicon editor for your terminal.
It creates, and then edits svg images that can be used as website favicons (i.e. the little icons that appear at the top tabs etc.). Icons can be 8 pixels by 8 pixels, or 16 pixels by 16 pixels, utilizing 256 colors.
It's written in Rust.

Pre built binaries are provided for each release.
Rusticon is published as a crate on crates.io. If you have Cargo, you can install it with
cargo install rusticon
You will be able to invoke the binary as rusticon.
rusticon
If you don't want to install a Rust crate, but do have Rust installed, you can build and run Rusticon directly from source.
Clone this repository,
git clone https://github.com/ronilan/rusticon.git
cargo run --release
rusticon ./icons/favicon.svg.svg extension (own format)..svg in own format..svg extension.Made something cool? Make a pull request!