{"id":46715597,"url":"https://github.com/glide-browser/glide.nix","last_synced_at":"2026-03-09T10:12:26.915Z","repository":{"id":331368156,"uuid":"1105643426","full_name":"glide-browser/glide.nix","owner":"glide-browser","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-08T14:36:23.000Z","size":17,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T18:09:37.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/glide-browser.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-28T00:04:36.000Z","updated_at":"2026-03-08T16:09:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/glide-browser/glide.nix","commit_stats":null,"previous_names":["glide-browser/glide.nix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glide-browser/glide.nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glide-browser%2Fglide.nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glide-browser%2Fglide.nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glide-browser%2Fglide.nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glide-browser%2Fglide.nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glide-browser","download_url":"https://codeload.github.com/glide-browser/glide.nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glide-browser%2Fglide.nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-03-09T10:12:26.227Z","updated_at":"2026-03-09T10:12:26.896Z","avatar_url":"https://github.com/glide-browser.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glide.nix\n\nA binary package for [Glide Browser](https://glide-browser.app) until Glide is in nixpkgs ([PR](https://github.com/NixOS/nixpkgs/pull/447604)).\n\n## Features\n\n- Linux and macOS support\n- Available for _x86_64_ and _aarch64_\n- Policies support: [read this](https://mozilla.github.io/policy-templates/).\n- Home Manager module\n\n## Installation\n\n### With flakes\n\nAdd it is as a flake input:\n\n```nix\ninputs = {\n  glide = {\n    url = \"github:glide-browser/glide.nix\";\n    # optionally: follow your flake's inputs\n    inputs.nixpkgs.follows = \"nixpkgs\";\n    inputs.home-manager.follows = \"home-manager\";\n  };\n}\n```\n\n#### environment.systemPackages or home.packages\n\n```nix\nenvironment.systemPackages = [\n  (inputs.glide.packages.${pkgs.stdenv.hostPlatform.system}.default.override {\n    extraPolicies = {\n      AutofillAddressEnabled = true;\n      AutofillCreditCardEnabled = false;\n      # ...\n    };\n  })\n];\n\nhome.packages = [\n  (inputs.glide.packages.${pkgs.stdenv.hostPlatform.system}.default.override {\n    extraPolicies = {\n      AutofillAddressEnabled = true;\n      AutofillCreditCardEnabled = false;\n      # ...\n    };\n  })\n];\n```\n\n#### Home Manager Module\n\n```nix\nprograms.glide-browser.enable = true;\n```\n\nThis repo uses `mkFirefoxModule` from Home Manager.\nTake a look at [Home Manager references](https://nix-community.github.io/home-manager/options.xhtml#opt-programs.firefox.enable) for more options.\n\n### Without flakes\n\n```nix\nenvironment.systemPackages = [\n  (pkgs.callPackage /path/to/glide.nix/package.nix {\n    policies = {\n      AutofillAddressEnabled = true;\n      AutofillCreditCardEnabled = false;\n      # ...\n    };\n  })\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglide-browser%2Fglide.nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglide-browser%2Fglide.nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglide-browser%2Fglide.nix/lists"}