Settings
Customize your WebNux experience. All settings are saved to your browser and applied instantly across every page.
Theme & Colors
Theme
Choose your color scheme. Changes apply instantly across all pages.
Accent Color
Changes highlights, active states, links, and interactive elements sitewide.
Typography
Font Size
Base font size. Affects all text across every page.
Monospace Font
Font used for all code, UI, and body text. Loads via Google Fonts.
const kernel = WebNux.onReady(nx => {
nx.proc.spawn({ name: 'myapp' });
});
nx.proc.spawn({ name: 'myapp' });
});
Code Display
Wrap Long Lines
Wrap code lines instead of horizontal scrolling. Useful on smaller screens.
Syntax Highlighting
Enable color syntax highlighting in code blocks.
Animations
Show Animations
Scroll-reveal fade-in animations on the home page.
Reduce Motion
Disable all CSS transitions and animations for accessibility. Overrides "Show Animations".
Kernel Preferences
Preferred Kernel Mode
Default mode shown in documentation examples. Affects which script tag is highlighted as recommended.
About Kernel Modes: Mode 1 (OS) is the full Webware kernel with all subsystems. Modes 2–3 are trimmed for specific use cases. Modes 4–5 add Firebase Auth gates. Read the docs →
Custom Kernel
⚠ Experimental — Custom kernels replace the official WebNux kernel with your own implementation. Only enable if you know what you're doing.
Enable Custom Kernel
Use your own kernel implementation. Disables the official CDN kernel.
Load Method
How to provide your custom kernel.
📎 URL
💾 Inline Code
📄 Upload File
Kernel URL
URL to your custom kernel JavaScript file.
Requirements: Must expose
window.WebOSKernel · Must implement onReady(cb) · Should follow WebNux API conventions
Developer Options
⚠ Advanced — These options may affect page behaviour. Use with caution.
Developer Mode
Adds a floating debug panel showing current settings state and localStorage keys.
Debug Mode
Logs all settings read/write operations to the browser console.
Experimental Features
Enable unreleased and beta features as they become available.
Data & Privacy
Export Settings
Download all your settings as a JSON file for backup or transfer.
Import Settings
Restore settings from a previously exported JSON file.
Reset All Settings
Reset everything to defaults. Cannot be undone.
All settings are stored in your browser's localStorage only. No data is sent to any server.
About
WebNux
The Webware kernel — runs on the web and on hardware.
Version: 1.2.0 Stable
Architecture: Webware
Platforms: 11 (x86, x86_64, ARM32, ARM64, RISC-V 32/64, MIPS 32/64, PPC 32/64, Browser)
Boot: Legacy BIOS, UEFI, U-Boot
License: Open source
Website: webnux.pages.dev
Architecture: Webware
Platforms: 11 (x86, x86_64, ARM32, ARM64, RISC-V 32/64, MIPS 32/64, PPC 32/64, Browser)
Boot: Legacy BIOS, UEFI, U-Boot
License: Open source
Website: webnux.pages.dev
Links