https://github.com/rhysd/tilectron
Tiling window browser built on Electron.
https://github.com/rhysd/tilectron
Last synced: over 1 year ago
JSON representation
Tiling window browser built on Electron.
- Host: GitHub
- URL: https://github.com/rhysd/tilectron
- Owner: rhysd
- License: mit
- Created: 2015-10-12T15:12:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T17:09:26.000Z (over 10 years ago)
- Last Synced: 2025-04-09T16:06:54.056Z (over 1 year ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 48
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

================================
[](https://travis-ci.org/rhysd/Tilectron)
Tilectron is tiling window browser built on [Electron](https://github.com/atom/electron).
Recently our desktop PC gets very wide screen (4K monitar, 5K iMac, ...). However major browsers provides only tabs feature and we can only one web page at once. When we want to see multiple pages at once, we must open them in another window.
Goals:
- Flexible and space-effective tiling window management (fallback to mobile page on narrow window)
- Powerful features for keyboard control junkies (Keyboard-controllable free cursor)
- Highly customizable keyboard mappings
- Robust browser built on Electron (based on Chromium)
Currently being **heavily** constructed. Below is current screenshot.

## Installation
This app is not ready for release. Only [npm](https://www.npmjs.com/) package is available.
```bash
$ npm install electron-prebuilt tilectron
$ tilectron
```
## Work in Progress
- Do not reload page on changing layout
- When window width is narrow, use mobile browser (controlled by UserAgent)
## License
[MIT License](LICENSE.txt)