| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RWKV-Runner-amd64-installer.exe | 2025-05-19 | 17.0 MB | |
| RWKV-Runner_windows_x64.exe | 2025-05-19 | 14.5 MB | |
| RWKV-Runner_linux_x64 | 2025-05-19 | 10.9 MB | |
| html-webui.zip | 2025-05-19 | 3.0 MB | |
| RWKV-Runner_macos_universal.zip | 2025-05-19 | 30.2 MB | |
| README.md | 2025-05-19 | 1.4 kB | |
| v1.9.3 source code.tar.gz | 2025-05-19 | 37.9 MB | |
| v1.9.3 source code.zip | 2025-05-19 | 38.0 MB | |
| Totals: 8 Items | 151.4 MB | 1 | |
Changes
- bump rwkv pip (improve VRAM usage when using rwkv7)
- the reasoning model renderer no longer modifies the original response's
<think>tags, but only processes them during the rendering process, and fixes the issue where markdown was not correctly rendered when rendering the<think>tags in certain cases - update the shortcut API list and model list in the settings, add OpenRouter and DeepSeek, and update the list with the most commonly used models at present
- update manifest (add rwkv7-g1 reasoning model)
- add
make devqcommand to improve the startup and reload speed during project development. Requiresgo install github.com/josStorer/wails/v2/cmd/wails@v2.9.2x
Note: If you encounter WebView2 crash issues, please try opening the Windows Settings, click on Apps, search for WebView2, click Modify -> Repair to update your WebView2 runtime.
Install
- Windows: https://github.com/josStorer/RWKV-Runner/blob/master/build/windows/Readme_Install.txt
- MacOS: https://github.com/josStorer/RWKV-Runner/blob/master/build/darwin/Readme_Install.txt
- Linux: https://github.com/josStorer/RWKV-Runner/blob/master/build/linux/Readme_Install.txt
- Simple Deploy Example: https://github.com/josStorer/RWKV-Runner/blob/master/README.md#simple-deploy-example
- Server Deploy Examples: https://github.com/josStorer/RWKV-Runner/tree/master/deploy-examples