{"id":59197,"library":"tao","title":"Tao","description":"Cross-platform window manager library.","status":"active","version":"0.35.3","language":"rust","source_language":null,"source_url":"https://github.com/tauri-apps/tao","tags":["window-manager","cross-platform","gui","tauri"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntao = \"0.35.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tao","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Window","correct":"use tao::Window;"}],"quickstart":{"code":"use tao::Window;\n\nfn main() {\n    let window = Window::new(\"Hello\").unwrap();\n    println!(\"Window created\");\n}","lang":"rust","description":"Create a new window with a title."},"warnings":[{"fix":"Ensure you have the necessary system libraries installed (e.g., libx11-dev on Ubuntu).","message":"Requires platform-specific dependencies (e.g., X11 on Linux).","severity":"gotcha","affected_versions":">=0.35.0"}],"env_vars":null,"search_vec":"'cross':3,12 'cross-platform':2,11 'gui':14 'librari':7 'manag':6,10 'platform':4,13 'tao':1 'tauri':15 'window':5,9 'window-manag':8","created_at":"2026-06-16T16:53:54.282213+00:00","updated_at":"2026-06-16T16:53:54.282213+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tauri-apps/tao","github":"https://github.com/tauri-apps/tao","docs":"https://docs.rs/tao/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}