A modern and elegant New Tab Page for the Midori Browser, designed for speed, customization, and simplicity.
Midori Tab replaces the default new tab experience with a fast, privacy-friendly, and visually appealing dashboard built using modern web technologies.
- Features
- Demo / Screenshots
- Installation
- Usage
- Configuration
- Development
- Project Structure
- Contributing
- License
- Credits
Midori Tab brings a new level of personalization and performance to your browsing experience:
- 🧩 Customizable Interface – Personalize your new tab with themes, widgets, and shortcuts.
- ⚡ Lightweight & Fast – Optimized for performance and low resource usage.
- 🪶 Modern Stack – Built using Vue, TypeScript, and Vite.
- 🔗 Midori Integration – Designed to work seamlessly with the Midori Browser ecosystem.
- 🧠 Modular & Extensible – Easily add or remove components and features.
- 🔒 Privacy-First – No tracking, no analytics, no data collection.
- 🔓 Open Source – 100% free and licensed under AGPL-3.0.
Coming soon — Screenshots, preview GIFs, and live demo links will be added in upcoming releases.
(Once the UI is finalized, add sample images here to showcase the design.)
To install or build Midori Tab locally:
# Clone the repository
git clone https://github.com/goastian/midori-tab.git
# Enter the project directory
cd midori-tab
# Install dependencies
npm install
# or
yarn install
# Build for production
npm run build
# or
yarn build