Skip to content

v1.0.0

Compare
Choose a tag to compare
@vaibhav-kaushal vaibhav-kaushal released this 10 Oct 17:57
· 66 commits to main since this release

This is the first public release of the bark server and go client (library).

We have tested it on:

ARM64/ARMv8 machines

  • macOS Ventura (13.5) on MacBook Pro M1
  • Sonoma (14.0) on MacBook Pro M1
  • Ubuntu (22.04) on Raspberry Pi 4

AMD64/x86_64 machines

  • Windows 11
  • Linux (Ubuntu 22.04)

Docker

Docker images are available on Docker Hub: https://hub.docker.com/repository/docker/techrail/bark/tags . You can pull the image using docker pull techrail/bark:1.0.0 to run them on your machine.

You would have to specify the BARK_DATABASE_URL pointing to the PostgreSQL database for each of the use cases.