DEFVER=1
ARCHS_SUPPORTED="amd64"
get_github_releases "menloresearch/jan" "latest"
if [ "${ACTION}" != prettylist ]; then
    URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(cut -d'_' -f2 <<< "${URL}")"
fi
PRETTY_NAME="Jan"
WEBSITE="https://www.jan.ai/"
SUMMARY="An open source alternative to ChatGPT that runs 100% offline on your computer"
