|
1 | | -# 🌌 NovOS — Futuristic Web Operating System |
| 1 | +# 🌌 NovOS — The Futuristic Web Operating System |
2 | 2 |
|
3 | | -[](https://Tcode-Motion.github.io/NovOS/) |
4 | | -[](LICENSE) |
5 | | -[](https://react.dev/) |
6 | | -[](https://tailwindcss.com/) |
| 3 | +[](https://tcode-motion.github.io/NovOS/) |
| 4 | +[](https://github.com/tcode-motion/NovOS) |
| 5 | +[](https://github.com/tcode-motion/NovOS) |
| 6 | +[](LICENSE) |
7 | 7 |
|
8 | | -**NovOS** is a high-performance, immersive web-based desktop environment designed with a futuristic aesthetic. Built for speed and modularity, it brings the complexity of a desktop OS to the browser with zero installation. |
| 8 | +> **NovOS** is not just a website; it's a cinematic, high-fidelity computing experience built on a custom JavaScript kernel. Featuring a robust Virtual File System (VFS), a multi-user environment, and a stunning glassmorphic interface, it redefines the boundaries of web applications. |
9 | 9 |
|
10 | 10 | --- |
11 | 11 |
|
12 | | -## 🚀 Key Features |
| 12 | +## 🔗 Live Experience |
| 13 | +Jump into the future directly in your browser: |
| 14 | +👉 **[https://tcode-motion.github.io/NovOS/](https://tcode-motion.github.io/NovOS/)** |
13 | 15 |
|
14 | | -### 🖥️ Immersive Desktop Environment |
15 | | -- **Multi-Window Management:** Powered by `react-rnd` for a fluid, draggable, and resizable windowing experience. |
16 | | -- **Glassmorphic UI:** A sleek, modern design language using advanced CSS blurring and transparency. |
17 | | -- **Taskbar & Launchpad:** Quick access to system utilities and installed applications. |
| 16 | +--- |
| 17 | + |
| 18 | +## 🔐 Administrative Access |
| 19 | +Access the full power of the OS with the default administrative credentials: |
18 | 20 |
|
19 | | -### 🛠️ Core System Apps |
20 | | -- **Nova AI:** An integrated AI assistant to help with tasks and queries. |
21 | | -- **Terminal:** A fully functional shell simulation with custom commands. |
22 | | -- **Code Editor:** Built-in Monaco editor for high-quality syntax highlighting and coding. |
23 | | -- **File System:** Virtualized persistent storage for managing your assets. |
24 | | -- **Media Suite:** Native Video Player, Music Player, and Image Gallery. |
| 21 | +| Identity | Password | Authorization Level | |
| 22 | +| :--- | :--- | :--- | |
| 23 | +| **Operator** | `admin` | **System Administrator (Root)** | |
25 | 24 |
|
26 | | -### ⚙️ Advanced Utilities |
27 | | -- **System Monitor:** Real-time tracking of memory and process usage. |
28 | | -- **Theme Engine:** Instant customization of the look and feel. |
29 | | -- **App Store:** A registry-based system for loading modular applications. |
| 25 | +> [!IMPORTANT] |
| 26 | +> For security, you can manage users and change passwords via the **User Manager** app located in the system settings. |
30 | 27 |
|
31 | 28 | --- |
32 | 29 |
|
33 | | -## 🛠️ Technology Stack |
| 30 | +## ✨ Key Features |
34 | 31 |
|
35 | | -NovOS is built using the latest industry-standard technologies to ensure high performance and maintainability: |
| 32 | +### 🛡️ Micro-Kernel Architecture |
| 33 | +NovOS is powered by a central kernel that manages process isolation, application lifecycles, and security verification. Every application launch is verified against its cryptographic bundle. |
36 | 34 |
|
37 | | -- **Frontend:** [React 19](https://react.dev/) (Concurrent Mode ready) |
38 | | -- **Styling:** [Tailwind CSS 4](https://tailwindcss.com/) (High-performance JIT) |
39 | | -- **State Management:** [Zustand](https://github.com/pmndrs/zustand) (Lightweight & Reactive) |
40 | | -- **Animations:** [Framer Motion](https://www.framer.com/motion/) (Physics-based interactions) |
41 | | -- **Terminal:** [@xterm/xterm](https://xtermjs.org/) |
42 | | -- **Code Editing:** [Monaco Editor](https://microsoft.github.io/monaco-editor/) |
| 35 | +### 📁 Persistent Virtual File System (VFS) |
| 36 | +A complete UNIX-like file system powered by IndexedDB. |
| 37 | +- **Persistence**: Your files, themes, and settings are saved automatically in your browser. |
| 38 | +- **Hierarchy**: Standard `/home`, `/usr`, `/etc`, and `/mnt` directories. |
| 39 | +- **Trash System**: Fully functional recycle bin with recovery options. |
43 | 40 |
|
44 | | ---- |
| 41 | +### 🎨 Cinematic Design Language |
| 42 | +- **Glassmorphism**: Deep blurs, translucent materials, and vibrant glows. |
| 43 | +- **Dynamic Themes**: Instant customization of accent colors, blur intensity, and neural backgrounds. |
| 44 | +- **Smooth Orchestration**: Powered by Framer Motion for 60FPS fluid animations. |
| 45 | + |
| 46 | +### 🤖 Nova AI Integration |
| 47 | +A native AI assistant integrated into the shell. Nova can access system context, help with coding tasks in the **Code Editor**, and automate system workflows. |
45 | 48 |
|
46 | | -## 📦 Deployment |
| 49 | +--- |
47 | 50 |
|
48 | | -This repository contains the **production-ready build** of NovOS. |
| 51 | +## 📁 System Application Suite |
| 52 | +NovOS comes pre-packed with 40+ professional-grade applications: |
49 | 53 |
|
50 | | -### Instant Hosting (GitHub Pages) |
51 | | -1. Go to your repository settings on GitHub. |
52 | | -2. Navigate to **Pages**. |
53 | | -3. Select the `master` branch and `/ (root)` folder. |
54 | | -4. Your NovOS instance will be live at `https://Tcode-Motion.github.io/NovOS/`. |
| 54 | +- **📂 File Manager**: Advanced explorer with drag-and-drop and grid/list views. |
| 55 | +- **💻 Terminal**: A real bash-like emulator with 50+ built-in commands. |
| 56 | +- **✍️ Code Editor**: A full IDE experience with syntax highlighting and file tree integration. |
| 57 | +- **🌐 Nova Browser**: A lightweight browser-in-browser experience. |
| 58 | +- **📊 System Monitor**: Real-time performance tracking of kernel processes. |
55 | 59 |
|
56 | 60 | --- |
57 | 61 |
|
58 | | -## 🤝 Contributing |
| 62 | +## ⌨️ Global Keyboard Shortcuts |
| 63 | +Master the OS like a pro with these global hotkeys: |
59 | 64 |
|
60 | | -NovOS is built on a modular "Kernel" architecture. If you'd like to contribute new apps or core features, please check out the main source repository. |
| 65 | +| Shortcut | Action | |
| 66 | +| :--- | :--- | |
| 67 | +| <kbd>Ctrl</kbd> + <kbd>Space</kbd> | 🔍 **Spotlight**: Universal search for files, apps, and AI | |
| 68 | +| <kbd>Ctrl</kbd> + <kbd>Tab</kbd> | 🎴 **Mission Control**: Visualize all open windows | |
| 69 | +| <kbd>Ctrl</kbd> + <kbd>T</kbd> | 💻 **Quick Terminal**: Summon the command line | |
| 70 | +| <kbd>Ctrl</kbd> + <kbd>F</kbd> | 📂 **Quick Files**: Open the File Explorer | |
| 71 | +| <kbd>Ctrl</kbd> + <kbd>N</kbd> | 🔔 **Notifications**: Open the system notice center | |
| 72 | +| <kbd>Ctrl</kbd> + <kbd>↑ / ↓</kbd> | 🔊 **Volume**: Adjust system master audio | |
| 73 | +| <kbd>Alt</kbd> + <kbd>↑ / ↓</kbd> | ☀️ **Brightness**: Adjust UI glass opacity | |
| 74 | +| <kbd>Esc</kbd> | ✖️ **Close**: Exit the currently focused overlay | |
61 | 75 |
|
62 | 76 | --- |
63 | 77 |
|
64 | | -## 📜 License |
| 78 | +## 🛠️ Developer Setup |
| 79 | +Want to contribute to the future? Follow these steps to run NovOS locally: |
| 80 | + |
| 81 | +```bash |
| 82 | +# 1. Clone the core repository |
| 83 | +git clone https://github.com/tcode-motion/NovOS.git |
| 84 | + |
| 85 | +# 2. Navigate to the application root |
| 86 | +cd NovOS/novos-app |
| 87 | + |
| 88 | +# 3. Install the environment dependencies |
| 89 | +npm install |
65 | 90 |
|
66 | | -Distributed under the MIT License. See `LICENSE` for more information. |
| 91 | +# 4. Launch the neural development server |
| 92 | +npm run dev |
| 93 | +``` |
67 | 94 |
|
68 | 95 | --- |
69 | 96 |
|
70 | | -<p align="center"> |
71 | | - Built with 🌌 by <b>Tcode-Motion</b> |
72 | | -</p> |
| 97 | +<div align="center"> |
| 98 | + <img src="https://raw.githubusercontent.com/microsoft/fluentui-emoji/main/assets/Sparkles/3D/sparkles_3d.png" width="48" /> |
| 99 | + <p><b>Designed & Engineered by tcode-motion</b></p> |
| 100 | + <p><i>Building the interfaces of tomorrow, today.</i></p> |
| 101 | +</div> |
0 commit comments