Downloads:
3,754
Downloads of v 0.22.4:
25
Last Update:
13 Jun 2025
Package Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
Tags:
editor rust semantic affine collaborative knowledge-base notion miro- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AFFiNE Client
- 1
- 2
- 3
0.22.4 | Updated: 13 Jun 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,754
Downloads of v 0.22.4:
25
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.22.4
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Toeverything and AFFiNE contributors. The inclusion of Toeverything and AFFiNE contributors trademark(s), if any, upon this webpage is solely to identify Toeverything and AFFiNE contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AFFiNE Client, run the following command from the command line or from PowerShell:
To upgrade AFFiNE Client, run the following command from the command line or from PowerShell:
To uninstall AFFiNE Client, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download affine-client --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade affine-client -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade affine-client -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install affine-client
win_chocolatey:
name: affine-client
version: '0.22.4'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'affine-client' do
action :install
source 'INTERNAL REPO URL'
version '0.22.4'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.22.4"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.22.4',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 13 Jun 2025.
Affine is the next-generation collaborative knowledge base for professionals. There can be more than Notion and Miro. Affine is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use.
32 bit users: This package is not available for 32 bit users.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
Copyright (c) 2022-present TOEVERYTHING PTE. LTD. and its affiliates.
Portions of this software are licensed as follows:
- All content that resides under the "packages/backend/server" directory of this repository, if that directory exists, is licensed under the license defined in "packages/backend/server/LICENSE".
- All third party components incorporated into the AFFiNE Software are licensed under the original license provided by the owner of the applicable component.
- Content outside of the above mentioned directories or restrictions above is available under the "MIT" license as defined in "LICENSE-MIT".
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official github repository listed on <https://github.com/toeverything/AFFiNE/releases>
and can be verified like this:
1. Download the following installer:
Version 0.22.4 : <https://github.com/toeverything/AFFiNE/releases/download/v0.22.4/affine-0.22.4-stable-windows-x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: SHA256
checksum: 46D679D987797815915F4FB7C503DCB5477D49DDC34F4FF51F3B65899996D921
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 26CD610C5E0BF73073B52C061B3DDAE0 | sha1: BEF85D7883FE194A970B60A176AFE889189D49DA | sha256: 46D679D987797815915F4FB7C503DCB5477D49DDC34F4FF51F3B65899996D921 | sha512: 05219EEBD42A73490F718EF8779CD5DD303C5841453C99963A120B203958C6FE58FC1F1F4F74A4777A34236E4C5FFDE34F35E1D4C78E258AA0E0D9443B8F2B4F
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'affine-client*'
fileType = 'EXE'
silentArgs = "/qn /norestart"
validExitCodes= @(0)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
} else {
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- affine-client.0.22.4.nupkg (720e84c5faac) - ## / 66
- affine-client.exe (46d679d98779) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AFFiNE Client 0.22.4 | 25 | Friday, June 13, 2025 | Approved | |
AFFiNE Client 0.22.2 | 33 | Thursday, June 5, 2025 | Approved | |
AFFiNE Client 0.22.0 | 19 | Wednesday, June 4, 2025 | Approved | |
AFFiNE Client 0.21.6 | 77 | Wednesday, April 30, 2025 | Approved | |
AFFiNE Client 0.21.5 | 22 | Tuesday, April 29, 2025 | Approved | |
AFFiNE Client 0.21.4 | 77 | Thursday, April 24, 2025 | Approved | |
AFFiNE Client 0.21.3 | 30 | Friday, April 18, 2025 | Approved | |
AFFiNE Client 0.21.2 | 40 | Friday, April 11, 2025 | Approved | |
AFFiNE Client 0.21.1 | 30 | Wednesday, April 9, 2025 | Approved | |
AFFiNE Client 0.21.0 | 30 | Monday, April 7, 2025 | Approved | |
AFFiNE Client 0.20.5 | 87 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 43 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 25 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 32 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 22 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 26 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 68 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 45 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 39 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 32 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 32 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 28 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 32 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 49 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 46 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 37 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 46 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 44 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 48 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 49 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 56 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 51 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 60 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 49 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 49 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 52 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 64 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 64 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 62 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 68 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 66 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 57 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 78 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 86 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 73 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 60 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 71 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 79 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 70 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 69 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 76 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 74 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 77 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 622 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 93 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 207 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 108 | Monday, August 15, 2022 | Approved |
What's Changed
- fix(server): oidc registration by @forehalo in https://github.com/toeverything/AFFiNE/pull/12723
- fix(core): generate the image cannot enter text prompt by @akumatus in https://github.com/toeverything/AFFiNE/pull/12717
- fix(editor): support copying single image from edgeless and pasting to page by @fundon in https://github.com/toeverything/AFFiNE/pull/12709
- chore: bump up @googleapis/androidpublisher version to v28 by @renovate in https://github.com/toeverything/AFFiNE/pull/12713
- fix(electron): increase recording timeout by @pengx17 in https://github.com/toeverything/AFFiNE/pull/12733
- chore(ios): update ios app version by @EYHN in https://github.com/toeverything/AFFiNE/pull/12734
- chore: bump up nestjs to v11.1.3 by @renovate in https://github.com/toeverything/AFFiNE/pull/12737
- fix(editor): pasting into database multiselect input auto adds a new tag by @golok727 in https://github.com/toeverything/AFFiNE/pull/12693
- fix: size of canvas in
PDFPageRenderer
by @mkihr-ojisan in https://github.com/toeverything/AFFiNE/pull/12722 - fix(editor): toolbar shaking when setting inline style by @fundon in https://github.com/toeverything/AFFiNE/pull/12765
- refactor(core): hide emebedding status tip if completed by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/pull/12720
- fix(editor): add title to edgeless page block ai context by @L-Sun in https://github.com/toeverything/AFFiNE/pull/12763
- fix(server): list context status by @darkskygit in https://github.com/toeverything/AFFiNE/pull/12771
- fix(editor): support markdown transform when using IME by @L-Sun in https://github.com/toeverything/AFFiNE/pull/12778
- chore(editor): remove unused codes by @L-Sun in https://github.com/toeverything/AFFiNE/pull/12784
- feat(editor): add replace action in attachment toolbar by @fundon in https://github.com/toeverything/AFFiNE/pull/12512
- fix(editor): can not clear embed card alias description by @L-Sun in https://github.com/toeverything/AFFiNE/pull/12794
- fix: memory leak due to missing unsubscribe by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/12777
- feat(server): improve rerank performance by @darkskygit in https://github.com/toeverything/AFFiNE/pull/12775
- feat(server): improve prompts by @darkskygit in https://github.com/toeverything/AFFiNE/pull/12788
- fix(electron): web dev server ws does not work for electron renderer by @pengx17 in https://github.com/toeverything/AFFiNE/pull/12711
- fix(editor): behavior of deleting at the start of line by @L-Sun in https://github.com/toeverything/AFFiNE/pull/12787
- fix(component): fix storybook migration v9 by @pengx17 in https://github.com/toeverything/AFFiNE/pull/12797
- fix(editor): remove duplicate event listeners by @golok727 in https://github.com/toeverything/AFFiNE/pull/12735
- chore(server): bump model version by @darkskygit in https://github.com/toeverything/AFFiNE/pull/12798
- fix(nbstore): fix search slow by @EYHN in https://github.com/toeverything/AFFiNE/pull/12800
- fix(editor): firefox can't paste image in edgeless by @golok727 in https://github.com/toeverything/AFFiNE/pull/12729
- fix(editor): cursor not visible on empty line when line numbers are disabled in code block by @golok727 in https://github.com/toeverything/AFFiNE/pull/12694
- fix(editor): unable to delete content backward in database title cell by @golok727 in https://github.com/toeverything/AFFiNE/pull/12738
- fix(editor): show added or deleted rows immediately in grouped table and Kanban views by @NorkzYT in https://github.com/toeverything/AFFiNE/pull/12731
- fix(server): increase doc-service liveness probe timeout from 1s to 5s by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/12804
- feat(core): update build in server config by @EYHN in https://github.com/toeverything/AFFiNE/pull/12807
- fix(server): use Query instead of Args by @fengmk2 in https://github.com/toeverything/AFFiNE/pull/12813
- feat(server): split embedding client by @darkskygit in https://github.com/toeverything/AFFiNE/pull/12809
New Contributors
- @mkihr-ojisan made their first contribution in https://github.com/toeverything/AFFiNE/pull/12722
- @NorkzYT made their first contribution in https://github.com/toeverything/AFFiNE/pull/12731
Full Changelog: https://github.com/toeverything/AFFiNE/compare/v0.22.2...v0.22.4
This package has no dependencies.
Ground Rules:
- This discussion is only about AFFiNE Client and the AFFiNE Client package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AFFiNE Client, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.