{"id":23034018,"url":"https://github.com/olback/library-loader","last_synced_at":"2025-06-11T22:32:31.047Z","repository":{"id":38330643,"uuid":"216281292","full_name":"olback/library-loader","owner":"olback","description":"[Unofficial] Samacsys Library Loader for all platforms!","archived":false,"fork":false,"pushed_at":"2024-08-08T11:33:35.000Z","size":1261,"stargazers_count":119,"open_issues_count":16,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-03T20:35:24.918Z","etag":null,"topics":["ci","circleci","eagle","ecad","gtk","gtk-3","gtk-rs","gui","hacktoberfest","kicad","library-loader","linux","mac","macos","rust","samacsys","ui","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olback.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"olback"}},"created_at":"2019-10-19T23:07:31.000Z","updated_at":"2025-01-21T08:25:49.000Z","dependencies_parsed_at":"2024-12-15T16:42:39.959Z","dependency_job_id":null,"html_url":"https://github.com/olback/library-loader","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Flibrary-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Flibrary-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Flibrary-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olback%2Flibrary-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olback","download_url":"https://codeload.github.com/olback/library-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238264672,"owners_count":19443388,"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":["ci","circleci","eagle","ecad","gtk","gtk-3","gtk-rs","gui","hacktoberfest","kicad","library-loader","linux","mac","macos","rust","samacsys","ui","windows"],"created_at":"2024-12-15T16:28:43.438Z","updated_at":"2025-02-11T09:31:28.337Z","avatar_url":"https://github.com/olback.png","language":"Rust","readme":"# Library Loader :books:\n\n\u003c!-- ![Screenshot](libloader.png) --\u003e\n\n\u003c!-- Status: [![CircleCI](https://circleci.com/gh/olback/library-loader/tree/master.svg?style=svg)](https://circleci.com/gh/olback/library-loader/tree/master) --\u003e\n\nStatus: [![Build Status](https://drone.olback.dev/api/badges/olback/library-loader/status.svg)](https://drone.olback.dev/olback/library-loader)\n\n\u003c!---\nOS | Status\n-- | ------\nLinux | [![CircleCI](https://circleci.com/gh/olback/library-loader/tree/master.svg?style=svg)](https://circleci.com/gh/olback/library-loader/tree/master)\nWindows | WIP\nMac | WIP\n---\u003e\n\n## Getting started\n\n1. Create an account on [componentsearchengine.com](https://componentsearchengine.com/) if you don't have one already.\n2. Download a prebuilt version of library-loader from the [releases page](https://github.com/olback/library-loader/releases) (only linux builds available, see [#67](https://github.com/olback/library-loader/issues/67)).\n\n### Simple install / uninstall\n\nOn the [releases page](https://github.com/olback/library-loader/releases), download the latest `library-loader-linux-dist.tar.gz` and untar it. Each release is bundled with two scripts for installing and uninstalling library-loader :\n\n```sh\n# Installs both cli/gui binaries in `/usr/bin`\n# Installs desktop entry and icon for `library-loader-gui`\nsudo install.sh\n\n# Uninstall `library-loader` completely\nsudo uninstall.sh\n```\n\n### Building from source using Docker\n\nThis allows you to build without installing any dependencies on your machine.\n\n```\ndocker run --volume=$(pwd):/home/circleci/project olback/rust-gtk-linux cargo build --release\n```\n\n### Building from source locally(macOS)\n\nRequired binaries: brew(from homebrew), rustc, cargo\nYou have to install rust via rustup and initialize it with rustup-init command.\n\n```shell\n./macos-compile.sh\n```\n\n### Setup on macOS\n\nEdit the `LibraryLoader.example.toml` and fill in your login details for `componentsearchengine.com`. Rename the file to `LibraryLoader.toml` and place it in `~/Library/Application Support/LibraryLoader.toml`.\n\ne.g.\n\n```shell\ncp LibraryLoader.example.toml ~/Library/Application\\ Support/LibraryLoader.toml\"\n```\n\n### Running on macOS\n\nGUI:\n\n```shell\ncargo run --bin library-loader-gui\n```\n\nor CLI:\n\n```shell\ncargo run --bin library-loader-cli\n```\n\n## What/Why?\n\nThis is an implementation of [https://www.samacsys.com/library-loader/](https://www.samacsys.com/library-loader/) in Rust. Why? Well, since the library-loader SamacSys provides only works on Windows, I thought it would be neat to make something similar but available to everyone.\n\nFor upcomming features, please see the [TODO.md](TODO.md).\n\n## License\n\n[GNU Affero General Public License v3.0](LICENSE)\n","funding_links":["https://github.com/sponsors/olback"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Flibrary-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folback%2Flibrary-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folback%2Flibrary-loader/lists"}