{"id":13448586,"url":"https://github.com/sentialx/multrin","last_synced_at":"2025-10-02T13:31:28.483Z","repository":{"id":47551027,"uuid":"145339951","full_name":"sentialx/multrin","owner":"sentialx","description":"Organize apps windows in tabs like in abandoned Windows Sets and more","archived":true,"fork":false,"pushed_at":"2021-06-23T13:58:30.000Z","size":21718,"stargazers_count":2286,"open_issues_count":22,"forks_count":158,"subscribers_count":76,"default_branch":"master","last_synced_at":"2024-04-14T00:16:40.949Z","etag":null,"topics":["electron","mobx","organizer","react","tabs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentialx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"sentialx","patreon":"sentialx","open_collective":"multrin"}},"created_at":"2018-08-19T21:48:37.000Z","updated_at":"2024-04-14T00:16:40.950Z","dependencies_parsed_at":"2022-09-03T16:40:53.781Z","dependency_job_id":null,"html_url":"https://github.com/sentialx/multrin","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentialx%2Fmultrin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentialx%2Fmultrin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentialx%2Fmultrin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentialx%2Fmultrin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentialx","download_url":"https://codeload.github.com/sentialx/multrin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235000825,"owners_count":18920257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","mobx","organizer","react","tabs","typescript"],"created_at":"2024-07-31T05:01:49.691Z","updated_at":"2025-10-02T13:31:22.898Z","avatar_url":"https://github.com/sentialx.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"static/app-icons/icon.png\" width=\"256\"\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eMultrin\u003c/h1\u003e\n\n[![Travis](https://img.shields.io/travis/com/sentialx/multrin.svg?style=flat-square)](https://travis-ci.com/sentialx/multrin)\n[![Downloads](https://img.shields.io/github/downloads/sentialx/multrin/total.svg?style=flat-square)](https://github.com/sentialx/multrin/releases)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin?ref=badge_shield)\n[![PayPal](https://img.shields.io/badge/PayPal-Donate-brightgreen?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=VCPPFUAL4R6M6\u0026source=url)\n[![Discord](https://discordapp.com/api/guilds/307605794680209409/widget.png?style=shield)](https://discord.gg/P7Vn4VX)\n\nMultrin is a cross-platform app built on Electron that lets you to organize apps in tabs by simply dropping them onto Multrin. It aims to greatly improve your productivity and organization.\n\n\u003c/div\u003e\n\n\u003e NOTE: Multrin works currently only on Windows and macOS. Support for Linux coming soon.\n\n# Features\n\n- Dark theme\n- \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eTab\u003c/kbd\u003e keyboard shortcut to change selected tab\n\n# Screenshots\n\n![gif](https://user-images.githubusercontent.com/11065386/62975420-96351880-be1a-11e9-9b95-fa63b970620a.gif)\n\n![image](https://user-images.githubusercontent.com/11065386/62975121-ff685c00-be19-11e9-81cb-073c97bf61d9.png)\n\n# [Roadmap](https://github.com/sentialx/multrin/projects)\n\n# Components\n\nMultrin has some very important components:\n\n- Tabs from [Wexond](https://github.com/wexond/wexond)\n- [`node-window-manager`](https://github.com/sentialx/node-window-manager) for managing the docked windows\n\n# Contributing\n\nIf you have found any bugs or just want to see some new features in Multrin, feel free to open an issue. I'm open to any suggestions and bug reports would be really helpful for me and appreciated very much. Multrin is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to me and for the further development of this project.\n\n## Running\n\nBefore running Multrin in development mode, please ensure you have [`Node.js`](https://nodejs.org/en/) installed on your machine.\n\nWhen running on Windows, make sure you have build tools installed. You can install them by running as **administrator**:\n\n```bash\n$ npm i -g windows-build-tools\n```\n\nFirstly, run this command to install all needed dependencies. If you have encountered any problems, please report it. I will try to help as much as I can.\n\n```bash\n$ npm i\n```\n\nNow the native modules need to be rebuilt with Electron's headers. To do that, please run:\n\n```bash\n$ npm run rebuild\n```\n\nThe given command below will run Multrin in the development mode.\n\n```bash\n$ npm run dev\n```\n\nAnd in other terminal:\n\n```bash\n$ npm start\n```\n\n### Sponsors\n\n[![Sponsors](https://opencollective.com/multrin/tiers/sponsor.svg?avatarHeight=48)](https://opencollective.com/multrin)\n\n### Backers\n\n[![Backers](https://opencollective.com/multrin/tiers/backer.svg?avatarHeight=48)](https://opencollective.com/multrin)\n\n\u003ca href=\"https://www.patreon.com/bePatron?u=12270966\"\u003e\n    \u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"\u003e\n\u003c/a\u003e\n\n## License\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fsentialx%2Fmultrin?ref=badge_large)\n","funding_links":["https://github.com/sponsors/sentialx","https://patreon.com/sentialx","https://opencollective.com/multrin","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=VCPPFUAL4R6M6\u0026source=url","https://www.patreon.com/bePatron?u=12270966"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentialx%2Fmultrin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentialx%2Fmultrin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentialx%2Fmultrin/lists"}