@node Install @unnumbered Install Possibly @command{gocheese} package already exists for your distribution: @itemize @item @url{https://www.freshports.org/devel/gocheese/, FreeBSD ports} @end itemize Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example $ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst $ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.@{asc,sig@} [verify signature] $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf - $ cd gocheese-@value{VERSION} $ go build -mod=vendor @end example @include download.texi @include integrity.texi You can obtain development source code with @command{git clone git://git.cypherpunks.ru/gocheese.git} (also you can use @url{https://git.cypherpunks.ru/gocheese.git}).