'use client' import { BetaSignup } from './beta-signup' const badges = [ { href: 'https://github.com/GreyhavenHQ/greywall', label: 'GitHub', value: '138 stars' }, { href: 'https://github.com/GreyhavenHQ/greywall/blob/main/LICENSE', label: 'License', value: 'Apache-2.0' }, { href: 'https://github.com/GreyhavenHQ/greywall/releases', label: 'Release', value: 'v0.3.1' }, { href: 'https://github.com/GreyhavenHQ/greywall', label: 'Go', value: 'v1.25' }, { href: 'https://www.producthunt.com/products/greywall?launch=greywall', label: 'Product Hunt', value: 'Greywall' }, ] export function Hero() { return (

Keep the agent inside clear, local boundaries.

Default-deny filesystem, network, and command controls around AI agents on Linux and macOS, with records of what they tried to do.

{badges.map((badge) => ( {badge.label} {badge.value} ))}
) }