1
0
Fork 0
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%
Find a file
2025-01-05 17:18:50 +01:00
.devcontainer Migrate to tauri v2 2024-11-12 22:01:22 +01:00
.github/workflows Fix windows build issue 2025-01-05 17:18:50 +01:00
.vscode Update vscode settings 2024-02-24 13:33:40 +01:00
capabilities Migrate to tauri v2 2024-11-12 22:01:22 +01:00
dist Add default page 2024-02-24 13:33:30 +01:00
icons Add default page 2024-02-24 13:33:30 +01:00
images Create readme 2024-07-12 18:55:59 +02:00
src Migrate to tauri v2 2024-11-12 22:01:22 +01:00
.gitignore Migrate to tauri v2 2024-11-12 22:01:22 +01:00
.rustfmt.toml Initial commit 2024-02-14 23:47:05 +01:00
build.rs Initial commit 2024-02-14 23:47:05 +01:00
Cargo.lock Update dependencies 2025-01-05 14:16:35 +01:00
Cargo.toml Migrate to tauri v2 2024-11-12 22:01:22 +01:00
LICENSE Initial commit 2024-02-14 23:47:05 +01:00
README.md Update readme 2024-07-12 19:31:55 +02:00
rism.code-workspace Initial commit 2024-02-14 23:47:05 +01:00
tauri.conf.json Migrate to tauri v2 2024-11-12 22:01:22 +01:00

rism

GitHub License GitHub last commit AUR Version

usage example

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: