https://github.com/ameliaaaaaaa/paw-app
The app counterpart of PAW created using Tauri.
https://github.com/ameliaaaaaaa/paw-app
vrchat vrchat-avatars vrchat-tool
Last synced: 2 months ago
JSON representation
The app counterpart of PAW created using Tauri.
- Host: GitHub
- URL: https://github.com/ameliaaaaaaa/paw-app
- Owner: Ameliaaaaaaa
- License: agpl-3.0
- Created: 2025-03-16T05:12:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-19T21:34:16.000Z (5 months ago)
- Last Synced: 2026-01-20T04:10:44.031Z (5 months ago)
- Topics: vrchat, vrchat-avatars, vrchat-tool
- Language: JavaScript
- Homepage: https://paw.amelia.fun
- Size: 1.33 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PAW App
This repository contains the desktop application for PAW (Puppy's Avatar World), a VRChat avatar database and search platform.
[](https://discord.gg/zHhs4nQYxX)
## Overview
The application is built using Tauri and Next.js. It provides a native desktop experience for searching, browsing, and discovering VRChat avatars. A key feature of the application is the ability to "force clone" avatars you have encountered directly from within the app.
## Getting Started
### Prerequisites
* Node.js (v18 or later)
* npm or yarn
* Rust (latest stable)
### Installation
1. Clone the PAW repository.
2. Install dependencies: `npm install` or `yarn install`
### Development
1. Start the development server: `npm run tauri dev` or `yarn tauri dev`
### Building for Production
1. Run the build command: `npm run tauri build` or `yarn tauri build`
### Technologies Used
* [Tauri](https://tauri.app)
* [Next.js](https://nextjs.org)
* [React](https://react.dev)
* [Tailwind CSS](https://tailwindcss.com)
* [Shadcn UI](https://ui.shadcn.com)
## Credits
Fetching and posting avatars to PAW leverages [VRC-LOG](https://github.com/ShayBox/VRC-LOG) in the background.