Skip to content

sh4ka/SimplExplorer

Repository files navigation

File Browser - Electron App for macOS

A minimal, dark-themed file browser built with Electron.

Features

  • 📁 Browse directories and files
  • 🔙 Back/Forward navigation history
  • ⬆️ Navigate to parent directory
  • 🏠 Quick access sidebar (Home, Desktop, Documents, Downloads, Applications)
  • 📊 File metadata (size, modification date)
  • 🎨 Dark theme with macOS-style hidden titlebar
  • ⌨️ Keyboard support (Backspace to go up, Enter in path bar to navigate)

Setup

cd file-browser
npm install

Run in Development

npm start

Build for macOS

npm run build

This will create a .app bundle in the dist folder.

Project Structure

file-browser/
├── package.json    # Dependencies and scripts
├── main.js         # Electron main process
├── preload.js      # Secure IPC bridge
├── index.html      # UI with embedded CSS/JS
└── README.md       # This file

Requirements

  • Node.js 18+
  • macOS (optimized for, but should work on other platforms)

About

A basic and functional file browser for macOS built with Electron

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •