Package Details: joplin-bin 3.6.15-1

Git Clone URL: https://aur.archlinux.org/joplin-bin.git (read-only, click to copy)
Package Base: joplin-bin
Description: Note Taking App. Debian Package.
Upstream URL: https://github.com/laurent22/joplin
Keywords: joplin notes office productivity
Licenses: AGPL3
Conflicts: joplin, joplin-appimage, joplin-beta, joplin-beta-appimage, joplin-desktop, joplin-electron
Provides: joplin
Submitter: bacteriostat
Maintainer: bacteriostat
Last Packager: bacteriostat
Votes: 14
Popularity: 3.40
First Submitted: 2025-03-20 07:56 (UTC)
Last Updated: 2026-06-21 09:54 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Pinned Comments

bacteriostat commented on 2026-03-10 11:21 (UTC)

Due to rapid development cycle of Joplin. I have decided that it is best to track the latest stable releases of Joplin only. I am willing to update if any of you feel there is a missing feature in pre-release otherwise I will stick to stable.

Latest stable is 3.5.13: https://github.com/laurent22/joplin/releases/tag/v3.5.13

Latest Comments

bacteriostat commented on 2026-03-10 11:21 (UTC)

Due to rapid development cycle of Joplin. I have decided that it is best to track the latest stable releases of Joplin only. I am willing to update if any of you feel there is a missing feature in pre-release otherwise I will stick to stable.

Latest stable is 3.5.13: https://github.com/laurent22/joplin/releases/tag/v3.5.13

bjo commented on 2026-02-28 13:58 (UTC)

@galvez_65 Why didn't you mark it out of date then?

galvez_65 commented on 2026-02-28 13:54 (UTC) (edited on 2026-02-28 13:54 (UTC) by galvez_65)

updated the PKGBUILD to 3.5.13 if anyone is interested

# Maintainer: bacteriostat <dev dot bacteriostat at aleeas dot com>

_pkgname=joplin
pkgname=${_pkgname}-bin
pkgver=3.5.13
pkgrel=1
pkgdesc="Note Taking App. Debian Package."
arch=('x86_64')
url='https://github.com/laurent22/joplin'
license=('AGPL3')
options=('!debug')
provides=("${_pkgname}")
conflicts=("joplin-desktop" "joplin-desktop-bin" "joplin" "joplin-appimage" "joplin-beta" "joplin-electron" "joplin-beta-appimage")

source_x86_64=("${pkgname}-${pkgver}.deb"::"$url/releases/download/v$pkgver/${_pkgname}-${pkgver}.deb")

prepare() {
    mkdir -p data
    bsdtar -x -f data.tar.xz -C data
}

package() {
    install -d "$pkgdir/usr/bin"
    sd "Exec=/opt/Joplin/joplin %U" "Exec=/opt/Joplin/joplin --ozone-platform=wayland %U" ${srcdir}/data/usr/share/applications/joplin.desktop
    cp -a  ${srcdir}/data/* ${pkgdir}/
    ln -s "/opt/Joplin/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
}

sha256sums_x86_64=('b31206126cd758286a57edf053c5bae8cf962b4095ffacd41d32665c63077b4c')

bacteriostat commented on 2025-10-30 17:03 (UTC)

@slot, contributions welcome to fix it: https://github.com/bacteriostat/pkgbuilds

bb10 commented on 2025-10-29 17:32 (UTC)

For anyone on KDE 6.5.x Wayland: https://github.com/laurent22/joplin/issues/13561

slot commented on 2025-10-28 17:22 (UTC)

Switching to this package causes Joplin to forget my synchronisation settings and Joplin appears with a very limited set of only black and white icons

bjo commented on 2025-05-02 09:30 (UTC)

Thanks for that PKGBUILD, as the AppImage is annoying.