{"id":57658,"library":"notify-rust","title":"Notify Rust","description":"Show desktop notifications (linux, bsd, mac). Pure Rust dbus client and server.","status":"active","version":"4.15.0","language":"rust","source_language":null,"source_url":"https://github.com/hoodie/notify-rust","tags":["notification","desktop","dbus","linux","macos"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnotify-rust = \"4.15.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add notify-rust","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Notification","correct":"use notify_rust::Notification;"}],"quickstart":{"code":"use notify_rust::Notification;\n\nfn main() {\n    Notification::new()\n        .summary(\"Hello\")\n        .body(\"This is a notification\")\n        .show()\n        .unwrap();\n}","lang":"rust","description":"Sends a simple desktop notification with a summary and body."},"warnings":[{"fix":"Ensure a desktop environment with D-Bus is active, or use the 'freedesktop' feature.","message":"On Linux, requires a D-Bus session bus running (usually present in desktop environments).","severity":"gotcha","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'bsd':7 'client':12 'dbus':11,17 'desktop':4,16 'linux':6,18 'mac':8 'maco':19 'notif':5,15 'notifi':1 'pure':9 'rust':2,10 'server':14 'show':3","created_at":"2026-06-16T15:52:17.079312+00:00","updated_at":"2026-06-16T15:52:17.079312+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/hoodie/notify-rust","github":"https://github.com/hoodie/notify-rust","docs":"https://docs.rs/notify-rust/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}