Download
Actorvia for Windows
0.1.0-alpha.4
The desktop application. Installs the runtime, signs you in and issues the pairing code that connects Studio to your project.
The Roblox Studio side of the workflow, with a starter place included. Unzip it, install the plugin into Studio, then pair it with a project using the code Actorvia shows you.
Requires Roblox Studio
Both downloads above in one archive, with a printed checksum for each, for setting up offline or on a machine that cannot reach the release host.
Pilot builds are not code-signed yet, so Windows may show an Unknown Publisher or SmartScreen prompt.
There is no support inbox during the alpha. If the installer will not run, the setup steps opposite and the documentation cover the failures worth checking first.
Use the account your subscription is on.
A project is what Studio pairs against.
Unzip the download, install the plugin into Roblox Studio, then open it from the plugins toolbar. Studio also needs File → Game Settings → Security → Allow HTTP Requests turned on.
Open actorvia.xyz/connect, choose the project, and a 12-character code appears. It lasts ten minutes and works once. The desktop application can also issue one if you prefer it.
Paste it into the Actorvia panel and choose Connect.
The plugin confirms the pairing against your project.
Attach an adapter to a model and watch the observation frame it produces.
Actorvia updates itself from the stable channel, so a pilot build does not have to be reinstalled by hand as fixes ship. The feed is https://releases.actorvia.xyz/desktop/stable/.
Pilot builds are not code-signed yet, so Windows may show an Unknown Publisher or SmartScreen prompt. The prompt is about the absence of a certificate, not about anything found in the file. Choose More info and then Run anyway to continue. Code signing is planned before general availability.
Reading the published checksum from the release host…
The Windows installer is published with a SHA-512 checksum generated from the file itself. After downloading, compare it — if the values differ, do not run the installer.
| File | ActorviaSetup-0.1.0-alpha.4-x64.exe |
|---|---|
| Version served | 0.1.0-alpha.4 |
| SHA-512 | IgCSUynGfJRYkKUQXh0qboK7nG1SOqeMQr5vGOlZc6djw9/r0rkiXzjrFEuk2DYSWzPDA4sLDBSmdAWCG3Nm8g== |
On Windows: certutil -hashfile ActorviaSetup-0.1.0-alpha.4-x64.exe SHA512 prints hex; this value is base64. PowerShell: [Convert]::ToBase64String((Get-FileHash -Algorithm SHA512 <file>).Hash -split '(..)' -ne '' -replace '^','0x')
The Studio plugin archive and the customer pilot bundle have no published checksum yet, so there is nothing to compare them against. We would rather say that than let the absence read as coverage.