vrcsol は Windows 向けの GUI アプリケーションです。GitHub リリースでは vrcsol v1.0.exe(単一の実行ファイル)のみを配布します。
- Windows 10 / 11(64-bit 推奨)
- 特別なランタイムは不要(配布された exe に含まれています)
-
GitHub の Releases ページから
vrcsol v1.0.exeをダウンロードしてください。 -
ダウンロードしたファイルをダブルクリックして起動します。
-
または PowerShell / コマンドプロンプトから実行する場合は、exe のあるディレクトリで次のコマンドを実行します:
PowerShell:
Start-Process -FilePath 'vrcsol v1.0.exe'
コマンドプロンプト (CMD):
"vrcsol v1.0.exe"
※ ファイル名に空白が含まれるため、引用符で囲むことを推奨します。
- 実行中のウィンドウの「ヘルプ」や「バージョン情報」から確認できる場合があります。
- ダウンロードしたファイルのハッシュを確認するには PowerShell で:
Get-FileHash -Path 'vrcsol v1.0.exe' -Algorithm SHA256
- 起動しない場合は、PowerShell で直接実行して出力やエラーメッセージを確認してください。
- ウイルス対策ソフトが誤検知することがあります。信頼できるリリースからダウンロードしてください。
- 問題が解決しない場合は GitHub に Issue を作成してください。
vrcsol is a Windows GUI application. On GitHub we publish only the single-file executable vrcsol v1.0.exe in the Releases section.
- Windows 10 / 11 (64-bit recommended)
- No additional runtime required (Python/runtime bundled in the distributed exe)
-
Download
vrcsol v1.0.exefrom the GitHub Releases page. -
Start by double-clicking the downloaded file.
-
Or run from PowerShell / Command Prompt:
PowerShell:
Start-Process -FilePath 'vrcsol v1.0.exe'
Command Prompt (CMD):
"vrcsol v1.0.exe"
Note: The filename contains a space—use quotes when running from a shell.
- Check the application's About/Version menu if available.
- To verify checksum (SHA256) in PowerShell:
Get-FileHash -Path 'vrcsol v1.0.exe' -Algorithm SHA256
- If it does not start, run it from PowerShell to see console output and errors.
- Some antivirus products might flag unsigned executables; download only from the official Releases page.
- If the problem persists, please open an Issue on the project's GitHub repository.
- ソースコードはリポジトリに含まれています(開発者向け)。
- バグ報告やサポートは GitHub の Issue をご利用ください。
簡単なヒント / Quick tip: リリースページに vrcsol v1.0.exe 以外のファイルをアップロードしないでください(公式配布物は exe 単体のみです)。
問題や改善提案があれば Issue を作成してください。 ✅