Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artifishvr/tbhdesktop
tbh for your desktop
https://github.com/artifishvr/tbhdesktop
funny joke meme rust tauri tbh yippie
Last synced: 3 months ago
JSON representation
tbh for your desktop
- Host: GitHub
- URL: https://github.com/artifishvr/tbhdesktop
- Owner: artifishvr
- License: gpl-3.0
- Created: 2023-05-29T21:48:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T08:10:17.000Z (3 months ago)
- Last Synced: 2024-10-27T08:46:23.820Z (3 months ago)
- Topics: funny, joke, meme, rust, tauri, tbh, yippie
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tbh desktop
[![publish](https://github.com/artifishvr/tbhdesktop/actions/workflows/publish.yml/badge.svg)](https://github.com/artifishvr/tbhdesktop/actions/workflows/publish.yml)
tbh for your desktop
![screenshot of the default window for tbh desktop](screenshot.png)
## Usage
Builds for Windows 10/11, MacOS (ARM and x64), and Linux (AppImage, deb, rpm) can be downloaded via GitHub Releases
1. Install
2. Click (but not too much...)## Build/Run it yourself
### Requirements
- [Tauri Prerequisites (No Mobile Targets)](https://tauri.app/start/prerequisites/)
- [pnpm](https://pnpm.io/)```bash
git clone https://github.com/artifishvr/tbhdesktop.git
cd tbhdesktop
pnpm install
pnpm tauri dev # to build and run the app in development mode
pnpm tauri build # to build the app + installers for production
```## License
[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)