Choose Your PN Web OS Experience
Start free with full client-side capabilities, or unlock server-powered features for enhanced performance and collaboration
Free
Full-featured Web OS running entirely in your browser
Start Using NowLimitations:
Premium
Enhanced with powerful server-side capabilities
Server-Side Features:
Current Status: Private Development
PN Web OS is in active development. The FREE version is fully functional with all 20 apps working in your browser. Premium server-side features are being finalized.
Ready Now: Complete browser-based OS, WebAssembly compiler, P2P networking, Web3 integration, password vault, and more.
Coming Soon: Server-side sync, cloud storage, team collaboration (contact us for early access).
All 20 Applications Included
Every tier includes our complete suite of applications
System
- Terminal
- File Manager
- Settings
- System Monitor
- Developer Tools
Productivity
- Text Editor
- Code Editor (WASM)
- Notes
- Calculator
- Privacy Browser
Communication
- Secure Messenger
- Video Call (P2P)
- P2P Chat
- P2P File Share
Web3 & Network
- PN Wallet
- DeFi Dashboard
- IPFS Explorer
- Block Explorer
- NFT Gallery
- Vault (Passwords)
Key Technologies Included
- • WebAssembly Runtime: Compile and run C/C++/Rust code in browser
- • Python REPL: Execute Python code with Pyodide
- • WebRTC P2P: Direct peer-to-peer connections for video and file sharing
- • Web Crypto API: Hardware-accelerated AES-256-GCM encryption
- • IndexedDB: Up to 10GB of encrypted local storage
- • Web Workers: Background processing without UI blocking
Client-Side vs Server-Enhanced
Understanding the technical differences between our free and premium offerings
Free: Pure Client-Side Architecture
Browser-Powered Computing
All processing happens locally in your browser using JavaScript, WebAssembly, and Web Workers. Your data never leaves your device.
Local Storage Only
Files and data are stored in your browser's IndexedDB and localStorage. Perfect for privacy-conscious users who want complete control.
Zero Server Dependency
Works completely offline once loaded. No telemetry, no tracking, no server communication required.
Premium: Hybrid Cloud Architecture
Server-Assisted Processing
Offload heavy computations to powerful servers. Run complex analyses, compile code, and process large datasets without browser limitations.
Persistent Cloud Storage
Your data is encrypted and stored in the cloud, accessible from any device. Automatic backups ensure you never lose your work.
Collaboration Features
Share workspaces, collaborate in real-time, and integrate with external services through webhooks and APIs.
Frequently Asked Questions
Why is the free version completely free?
The free version runs entirely in your browser without using our servers, so it doesn't cost us anything to provide. We believe in giving everyone access to powerful, privacy-respecting tools.
Can I upgrade from free to premium later?
Yes! Contact our sales team to upgrade. We'll help migrate your data to the cloud and set up your premium features. In the future, this will be an automated process.
Is my data safe in the free version?
Absolutely. The free version uses AES-256-GCM encryption via the Web Crypto API and stores all data locally in your browser's IndexedDB. We have no servers, no telemetry, and no way to access your data. It never leaves your device unless you explicitly share it via P2P or export it.
What happens to my data if I clear my browser?
In the free version, clearing browser data will remove your PN Web OS data. We recommend regularly exporting important files. Premium users have automatic cloud backups.
When will automated premium signup be available?
The Stripe integration is fully built and ready. We can enable instant signup at any time by setting a single environment variable. Currently using manual process for quality control during initial launch.
Can I really compile C/C++/Rust in the browser?
Yes! The Code Editor includes a real WebAssembly compiler that runs entirely in your browser. You can write, compile, and execute C, C++, Rust, and WebAssembly Text (WAT) code without any server. It includes example programs for Fibonacci, prime numbers, and more.
Do the Web3 features require a wallet?
No wallet required! If you have MetaMask or another Web3 wallet, it will connect. Otherwise, the apps run in demo mode with simulated blockchain data. You can explore DeFi, view NFTs, and use the IPFS explorer without any Web3 setup.
Is this actually an OS or just a website?
It's a full operating system environment running in your browser. Features include: windowed multitasking, file system with directories, process management, inter-app communication, system-wide settings, keyboard shortcuts, and persistent storage. The only difference from a traditional OS is it runs on top of your browser instead of bare metal.