{"record":{"id":"2e34dc330cf6219f","repo":"DioxusLabs/dioxus","slug":"no-available-github-binary-for-tailwindcss","errorCode":null,"errorMessage":"no available GitHub binary for tailwindcss@{}","messagePattern":"no available GitHub binary for tailwindcss@(.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/cli/src/tailwind.rs","lineNumber":185,"sourceCode":"        }\n    }\n\n    fn installed_bin_name(&self) -> &'static str {\n        if cfg!(windows) {\n            \"tailwindcss.exe\"\n        } else {\n            \"tailwindcss\"\n        }\n    }\n\n    async fn install_github(&self) -> anyhow::Result<()> {\n        tracing::debug!(\n            \"Attempting to install tailwindcss@{} from GitHub\",\n            self.version\n        );\n\n        let url = self.git_install_url().ok_or_else(|| {\n            anyhow!(\n                \"no available GitHub binary for tailwindcss@{}\",\n                self.version\n            )\n        })?;\n\n        // Get the final binary location.\n        let binary_path = self.get_binary_path()?;\n\n        // Download then extract tailwindcss.\n        let bytes = reqwest::get(url).await?.bytes().await?;\n\n        std::fs::create_dir_all(binary_path.parent().unwrap())\n            .context(\"failed to create tailwindcss directory\")?;\n\n        std::fs::write(&binary_path, &bytes).context(\"failed to write tailwindcss binary\")?;\n\n        // Make the binary executable.\n        #[cfg(unix)]","sourceCodeStart":167,"sourceCodeEnd":203,"githubUrl":"https://github.com/DioxusLabs/dioxus/blob/24f6a829df0dfa203961a98ea4cae21c2ff27e28/packages/cli/src/tailwind.rs#L167-L203","documentation":"Raised in Tailwind::install_github when git_install_url() returns None: the tailwindcss version plus current OS/architecture has no corresponding prebuilt binary published on GitHub releases, so the GitHub installation route is impossible and another install path must be used.","triggerScenarios":"Thrown at packages/cli/src/tailwind.rs:185 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["No prebuilt tailwindcss binary exists for this platform and version. Install tailwindcss manually."],"exampleFix":null,"handlingStrategy":"fallback","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"24f6a829df0dfa203961a98ea4cae21c2ff27e28","analyzedAt":"2026-08-23T07:10:14.078Z","contentChangedAt":"2026-08-23T07:10:14.078Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}