{"id":15033084,"url":"https://github.com/liberodark/odrive","last_synced_at":"2025-05-16T13:03:48.470Z","repository":{"id":45709361,"uuid":"90558995","full_name":"liberodark/ODrive","owner":"liberodark","description":"Google Drive GUI for Windows / Mac / Linux","archived":false,"fork":false,"pushed_at":"2021-05-30T08:23:16.000Z","size":1438,"stargazers_count":1164,"open_issues_count":79,"forks_count":135,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-04-09T08:05:08.123Z","etag":null,"topics":["client","cloud","drive","google"],"latest_commit_sha":null,"homepage":"https://liberodark.github.io/ODrive/","language":"JavaScript","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/liberodark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2017-05-07T20:13:17.000Z","updated_at":"2025-04-08T11:11:19.000Z","dependencies_parsed_at":"2022-09-24T11:13:29.341Z","dependency_job_id":null,"html_url":"https://github.com/liberodark/ODrive","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liberodark%2FODrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liberodark%2FODrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liberodark%2FODrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liberodark%2FODrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liberodark","download_url":"https://codeload.github.com/liberodark/ODrive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999859,"owners_count":21031046,"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":["client","cloud","drive","google"],"created_at":"2024-09-24T20:20:03.026Z","updated_at":"2025-04-09T08:05:16.142Z","avatar_url":"https://github.com/liberodark.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=3XL3UN5WFNW2Y\u0026source=url"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/liberodark/Odrive/master/public/images/logo.png\" width=\"500\"\u003e    \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eSync your files and folders simply\u003c/b\u003e\n\u003c/p\u003e\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=3XL3UN5WFNW2Y\u0026source=url\"\u003e\n\t\u003cimg src=\"https://avaazimages.s3.amazonaws.com/paypal_donate_button.jpg\" height=\"50\"  /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n# ODrive\n\n**Clone and run for a quick way to see ODrive (OpenSource Drive) in action.**\n\n- This is a GUI client for Google Drive on linux application based on the https://electron.atom.io/.\n\n## Supported Operating Systems\n\n[![Snap Status](https://build.snapcraft.io/badge/liberodark/ODrive.svg)](https://build.snapcraft.io/user/liberodark/ODrive)\n[![Travis Status](https://travis-ci.org/liberodark/ODrive.svg?branch=master)](https://travis-ci.org/liberodark/ODrive)\n[![Dependencies Status](https://david-dm.org/liberodark/odrive/status.svg?theme=shields.io)](https://david-dm.org/liberodark/odrive)\n[![devDependency Status](https://david-dm.org/liberodark/odrive/dev-status.svg?theme=shields.io)](https://david-dm.org/liberodark/odrive#info=devDependencies)\n[![Code Status](https://www.codefactor.io/repository/github/liberodark/odrive/badge)](https://www.codefactor.io/repository/github/liberodark/odrive)\n\n- Linux (most distros)\n- Arch Linux (https://aur.archlinux.org/packages/odrive-bin/)\n- Snap ```sudo snap install --edge odrive```\n- Flatpak (https://github.com/flathub/io.github.liberodark.OpenDrive)\n- macOS 10.9 and later\n- Microsoft Windows 7 and later\n\n## To Use\n\nTo clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. \n\nThe first thing you need is the source code, in your command line:\n\n```bash\n# Clone this repository\ngit clone https://github.com/liberodark/ODrive\n```\nThis will download all the source code in a \"ODrive\" folder in the current directory. Alternatively, you can download and extract the zip from github's interface.\n\nThe steps below (Setup, Build, Run) are to execute in order to ready everything. \n\n## Setup\n\nThis step is only needed once, in order to install the necessary environment on your computer for ODrive to run.\n\n```bash\n# Needed for electron 1.7+ to run, as it's based on chrome\nsudo apt install libgconf-2-4\n```\n\nNote: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Build\n\nThis step is to execute every new version of the source code.\n\nIn the project directory:\n\n```bash\nnpm install\n```\n\nNote: If you're using Ubuntu and you get an error message about a missing node binary, you may want to try [this](https://stackoverflow.com/questions/18130164/nodejs-vs-node-on-ubuntu-12-04): \n\n```sudo ln -s `which nodejs` /usr/bin/node```\n\nIf you are working on the code yourself and editing some files in `app/assets/`, you will need to run `npm run webpack` (or `npm install`) for those changes to have an impact on the application.\n\n## Run\n\nIn the project directory:\n\n```bash\nnpm start\n```\n\nOn Windows, you can make a `.bat` file with `start cmd /k npm start` that then you can double click to launch the program.\n\nThe launch-on-startup functionality is only available on bundled releases. See the **Deployment** section.\n\n## Testing\n\nTo make sure the code is ok and run some sanity checks on it:\n\n```bash\nnpm test\n```\n\n## Deployment\n\n### Releases\n\nThere are currently three \"release\" formats supported: nsis (Windows installer) for Windows, AppImage for Linux, and DMG for Mac. You can generate them like this:\n\n```bash\nnpm run release-windows\nnpm run release-linux\nnpm run release-mac\n```\n\nTo create a different format, like a deb or rpm package for example:\n\nFor DEB\n```bash\nnpm run release-linux deb\n```\nFor RPM\n```\nsudo yum install rpm-build -y\nnpm run release-linux rpm\n```\n\nThe releases are generated in the `dist` folder.\n\nAll formats supported by [electron-builder](https://github.com/electron-userland/electron-builder) are available, such as 7z, zip, tar.gz, deb, rpm, freebsd, pacman, p5p, apk, dmg, pkg, mas, nsis, appx, msi...\n\n### Permissionless deployment\n\nAn appimage on linux already runs permissionless. Anyway, you can just do:\n\n```bash\n# Permissonless deployment\nnpm run release-windows dir # or zip, 7zip, tar.xz, tar.7z, ...\n```\n\nThis will create a folder in `dist` that you can just copy to a Windows machine.\n\n## License\n\n[GPL v3](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliberodark%2Fodrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliberodark%2Fodrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliberodark%2Fodrive/lists"}