#home-page #site #startpage

app RustyPage

RustyPage is a simple startpage configurable with a simple TOML file

10 stable releases

Uses new Rust 2024

1.0.16 Jan 19, 2026
1.0.12 Jan 10, 2026
1.0.6 Dec 26, 2025
1.0.3 Nov 8, 2025

#49 in Database implementations

AGPL-3.0-or-later

42KB
543 lines

RustyPage

RustyPage is a simple startpage configurable with a simple TOML file.

You can see a live example with all the features enabled on this repo's GitHub Page.

Features

Bookmarks

Add as many bookmarks as you'd like by adding the link and name to the configuration file. You can also optionally add a shortcut key that opens a bookmark in a new tab.

Add a search bar to your page with an engine of your choice.

Clock

A clock with your local time on it.

Themes

RustyPage has an optional theme selection.

For a list of themes, go to the themes documentation.

Installing

cargo install RustyPage

From Source

cargo install --path . --locked

[!NOTE] The --path . above specifies the directory of the source code and NOT where rustypage will be installed. For more information see the docs for cargo install.

Attributions

Dependencies

~1.7–8.5MB
~150K SLoC