mirror of
https://github.com/thorio/rism.git
synced 2026-06-17 09:09:26 +02:00
Application-specific browser based on tauri
- Rust 85%
- Dockerfile 15%
| .devcontainer | ||
| .github/workflows | ||
| .vscode | ||
| capabilities | ||
| dist | ||
| icons | ||
| images | ||
| src | ||
| .gitignore | ||
| .rustfmt.toml | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rism.code-workspace | ||
| tauri.conf.json | ||
rism
rism is a minimalistic single-page browser based on tauri, using your platform's native webview.
It accepts some CLI arguments and displays a web page, that's about it. You can use it to window-ify any website, allowing it to live outside your browser. rism also supports setting a custom title, which allows it to easily be matched by window managers.
This project is considered feature-complete.
Features
- Displays a website
- Smallish binary
- Pure CLI configuration
Installation
Binaries are available for the following x86-64 platforms:
| Platform | ||
|---|---|---|
| Arch | AUR | |
| Debian | Package | |
| Linux | Appimage | |
| Windows | Portable | Installer |
Basic usage: rism https://example.com
See also: rism --help.
Development
Using the devcontainer is highly encouraged to get up and running ASAP, otherwise:
- Install Rust
- Follow the tauri prerequisites guide
- Use the tauri CLI
