https://github.com/vmfunc/hashi
virtual discord ipc bridge for cross-machine rpc
https://github.com/vmfunc/hashi
Last synced: about 2 months ago
JSON representation
virtual discord ipc bridge for cross-machine rpc
- Host: GitHub
- URL: https://github.com/vmfunc/hashi
- Owner: vmfunc
- Created: 2025-03-13T01:58:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T04:59:04.000Z (2 months ago)
- Last Synced: 2025-03-13T05:29:46.241Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Utility to pass RPC information from virtual/physical machines to another machine.
This works by creating fake Discord IPC channels on the client and forwarding messages to your main PC via a websocket.
Just run the client on your desired machine and run the server on the machine where discord is installed.## Building
```bash
bun run build
```## Running
### Quick Start
1. Configure your IP in config.json
2. Run server on your main PC
3. Run client on other machines### Development
```bash
# Run the server
bun run server# Run the client
bun run client# Update configuration
bun run config
```