mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #8248] [FR] Link to latest binaries #3685
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#3685
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eevdev on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/8248
Description
Hi! I'm writing onboarding docs for a non-technical team, and couldn't find a URL I can point them to for trivially downloading desktop binaries. If I point to https://github.com/AppFlowy-IO/AppFlowy/releases/latest/ I'll also have to explain how to locate the correct file, and then deal with the inevitable cases when they download the wrong one and "it doesn't work". 😁 (I'm not going to do that, and will just link to version 0.10.0 instead for now)
Currently the release files contain the version number, so I can only link to specific versions, but I'd like to link to the latest one so I won't have to update links when a new version is out.
Is there already a way to do this (without writing my own script)?
Otherwise, here are a few options to handle it:
AppFlowy-0.10.0-macos-universal.dmg).Impact
Non-technical people, or people who don't know how to choose between x86/x64/arm/universal or dmg/zip etc, will be able to download the proper desktop binary for their platform without unnecessary support.
Additional Context
No response
@LucasXu0 commented on GitHub (Oct 2, 2025):
We're unable to remove the version from the package name because there are many platforms that retrieve the latest version number and append it to the download link. If we do this, it will break the existing workflow.
For example, Flathub uses this template to obtain the latest download link:
https://github.com/AppFlowy-IO/AppFlowy/releases/download/$version/AppFlowy-$version-linux-x86_64.tar.gz.It is included in our roadmap.
Our application has an auto-update feature. You can list a minimum required version in doc. When a user downloads it, a popup will appear in the bottom-left corner to inform them that a new version has been released.