Getting started
Phasor runs engineering calculations on your desktop. Start with Energy plant design to size a hybrid generation system, or Network model to study an electrical network.
Check the build before the tutorial
The plant guides and screenshots describe the development workflow inspected on 10 September 2026. Read the download release notes for feature and project-format compatibility. An older build may not open a project saved by a newer one.
Install Phasor
- Open the download page and select an available release.
- Read its release notes and choose the asset for your operating system and processor.
- Compare the file’s SHA-256 checksum with the value published for that exact asset.
- On macOS, extract the application archive and move the app to Applications. On Windows, run the published installer and follow its instructions.
- Open Phasor and complete the sign-in shown by your build.
Use the actual downloaded filename in the checksum command. For example, on macOS:
shasum -a 256 ~/Downloads/your-downloaded-file.zip
On Windows PowerShell:
Get-FileHash .\your-downloaded-file.exe -Algorithm SHA256
Matching hashes show that the file matches the published bytes. They do not certify the publisher, code safety or engineering accuracy.
If macOS blocks the application, inspect the specific message and the release’s signing instructions. Confirm the source before allowing it through the operating system’s controls. Do not treat a quarantine warning as harmless solely because the checksum matches.
Account and connectivity
Release builds use a Phasor account. The app can show Sign in or Create account and retains the device session locally. The normal development build bypasses that login gate.
Release builds recheck account access in the background. Offline use is subject to the account’s verification grace period; it is not an unlimited offline entitlement. Check Settings → Account if the app reports an access problem.
Core calculations run locally. Other features can require external services:
| Feature | External connection |
|---|---|
| Account and release services | Sign-in, account checks and release/update requests. |
| Application telemetry in release builds | App-open and app-close events, including version and platform, are queued and sent to the website service. |
| AI assistant | Requests and selected project context go to the configured model provider. |
| Weather, site data and basemaps | Data requests go to the selected source. Cached or imported inputs can support later offline work. |
An account sign-in and an assistant API key serve different purposes. Configure the latter only if you want to use the AI assistant.
Create your first plant project
- Open the new-project dialog.
- Select Energy plant design.
- Enter Project name and a useful description.
- Set System frequency to the intended system frequency.
- Select Create project and save the project to disk.
- Follow Design a generation plant.
The plant workflow proceeds from location and demand to weather, equipment, annual simulation, sizing and finance. You can add distribution design when the project needs powerlines and customer connections.
Do not start by copying equipment sizes from a screenshot. Establish the demand and resource basis for your own case. The screenshots document controls, not a complete reproducible project fixture.
Start with a network instead
Select Network model in the new-project dialog. Enter its name and frequency, then set System base power in MVA. That value is the network-wide power base for per-unit calculations.
Build or import the network:
- Use the SLD editor to place and connect equipment.
- Use GIS inspection and import for a reviewed geographic source.
- Use Network design for an LV/MV distribution layout from site structures.
Supply the equipment data needed by the study. A source, a topology and realistic load values are not sufficient if line impedances, transformer bases or source settings are missing.
Create and run a Power flow case. Read convergence and violations before interpreting the diagram colors. If an island has no source, inspect it in Graph Space. Correct the model or its operating case before trying again.
Save evidence, not just screenshots
The project is saved locally as a .phasor file. Keep the saved design versions, study identities, source data and required result files or exports together under your project backup procedure. Do not assume a screenshot or a copied open database is a complete analysis record.
Use the app’s save and export functions. A binary project file does not provide the readable line-by-line history of a text model; use supported text exports when you need that kind of review.
Next steps
- Plant design: the complete hybrid generation workflow.
- Load builder: turn evidence into a demand profile.
- Plant to network: connect energy design with electrical checks.
- MCP automation: operate supported engineering tools from an external client.