{"id":50143,"library":"hashicorp-serf","title":"Serf","description":"Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.","status":"active","version":"0.10.2","language":"go","source_language":null,"source_url":"https://github.com/hashicorp/serf","tags":["service-discovery","orchestration","gossip"],"install":[{"cmd":"go get github.com/hashicorp/serf","lang":"bash","label":"Install github.com/hashicorp/serf"}],"dependencies":[],"imports":[{"symbol":"serf","correct":"github.com/hashicorp/serf"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hashicorp/serf/serf\"\n)\n\nfunc main() {\n\tconfig := serf.DefaultConfig()\n\tconfig.NodeName = \"example\"\n\ts, _ := serf.Create(config)\n\tdefer s.Shutdown()\n\tfmt.Println(\"Serf agent created\")\n}","lang":"go","description":"Creates a Serf agent with default configuration."},"warnings":[],"env_vars":null,"search_vec":"'avail':16 'decentr':5 'discoveri':9,22 'fault':18 'gossip':24 'high':15 'lightweight':14 'orchestr':11,23 'serf':1,2 'servic':8,21 'service-discoveri':20 'solut':6 'toler':19","created_at":"2026-06-15T04:42:13.303864+00:00","updated_at":"2026-06-15T04:42:13.303864+00:00","problems":[],"ecosystem":"go","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/hashicorp/serf","github":"https://github.com/hashicorp/serf","docs":"https://pkg.go.dev/github.com/hashicorp/serf#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}