Logo
NeoArc Studio

Architecture documentation for air-gapped environments

NeoArc is designed for environments where external connectivity cannot be assumed. Air-gap is not a configuration option. It is a structural property of how the tool works.

Most architecture tools assume the internet. They assume a user account, a licence check, a telemetry endpoint, and a cloud store for files. A product built on those assumptions is not air-gap-ready. It is cloud-dependent with offline degradation, and the degradation is usually severe.

NeoArc inverts the assumption. It is built for air-gap first. Connectivity is optional, not structural. Every feature in the product runs locally, because there was never a cloud service on the other side of it.

No accounts
No sign-in, no user directory, no identity server to reach. The workstation is the identity boundary. Install, open, and work.
No telemetry
Nothing is sent anywhere. No usage pings, no crash reports, no background beacons. A packet capture on the host shows nothing because nothing is emitted.
No external calls
No CDN fetches for fonts or icons. No remote dependency downloads at runtime. Everything the editor needs is present on disk after install.
No licence servers
No periodic call-home for entitlement. A workstation that has never seen the internet runs the product with the same feature set as one that has.

If you want the technical detail on the security posture and deployment model, see security and deployment. For the industry view of how this lands in defence and sovereign environments, see defence and air-gapped.