Downloads:
3,338
Downloads of v 0.21.3:
26
Last Update:
18 Apr 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
This is not the latest version of AFFiNE Client available.
- 1
- 2
- 3
0.21.3 | Updated: 18 Apr 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,338
Downloads of v 0.21.3:
26
Maintainer(s):
Software Author(s):
- Toeverything and AFFiNE contributors
AFFiNE Client 0.21.3
This is not the latest version of AFFiNE Client available.
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 --version=0.21.3 --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'" --version="'0.21.3'" [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'" --version="'0.21.3'"
$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.21.3'
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.21.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller affine-client
{
Name = "affine-client"
Version = "0.21.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'affine-client':
ensure => '0.21.3',
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 18 Apr 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.21.3 : <https://github.com/toeverything/AFFiNE/releases/download/v0.21.3/affine-0.21.3-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: C314D14FBD316097DFE4FC45B5CA0F889003CDD6B2308BB13C558A1B01F7F1E6
File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>
md5: 232558D0AD354213C68A70CF6FA0CD6D | sha1: C991BE8945AE57D9DB5941D90363F5BD59E0B725 | sha256: C314D14FBD316097DFE4FC45B5CA0F889003CDD6B2308BB13C558A1B01F7F1E6 | sha512: AE7ABFDC76A443FDFE62474EC02ACB33B74A3AA816A125003751405922AF546AA28175734C5DF47150E6350A351630E81DD13492FBD2C0762313E2424C6656A6
$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.21.3.nupkg (8b7326e5a155) - ## / 64
- affine-client.exe (c314d14fbd31) - ## / 70
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.21.4 | 23 | Thursday, April 24, 2025 | Approved | |
AFFiNE Client 0.21.3 | 26 | Friday, April 18, 2025 | Approved | |
AFFiNE Client 0.21.2 | 35 | Friday, April 11, 2025 | Approved | |
AFFiNE Client 0.21.1 | 24 | Wednesday, April 9, 2025 | Approved | |
AFFiNE Client 0.21.0 | 24 | Monday, April 7, 2025 | Approved | |
AFFiNE Client 0.20.5 | 85 | Monday, March 10, 2025 | Approved | |
AFFiNE Client 0.20.4 | 41 | Monday, March 3, 2025 | Approved | |
AFFiNE Client 0.20.3 | 22 | Thursday, February 27, 2025 | Approved | |
AFFiNE Client 0.20.2 | 27 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.1 | 17 | Tuesday, February 25, 2025 | Approved | |
AFFiNE Client 0.20.0 | 23 | Monday, February 24, 2025 | Approved | |
AFFiNE Client 0.19.6 | 64 | Wednesday, January 15, 2025 | Approved | |
AFFiNE Client 0.19.5 | 42 | Monday, January 6, 2025 | Approved | |
AFFiNE Client 0.19.4 | 37 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.3 | 29 | Tuesday, December 31, 2024 | Approved | |
AFFiNE Client 0.19.2 | 29 | Monday, December 30, 2024 | Approved | |
AFFiNE Client 0.19.1 | 25 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.19.0 | 29 | Friday, December 27, 2024 | Approved | |
AFFiNE Client 0.18.2 | 45 | Thursday, November 28, 2024 | Approved | |
AFFiNE Client 0.18.1 | 44 | Thursday, November 21, 2024 | Approved | |
AFFiNE Client 0.18.0 | 35 | Thursday, November 14, 2024 | Approved | |
AFFiNE Client 0.17.5 | 44 | Monday, October 21, 2024 | Approved | |
AFFiNE Client 0.17.4 | 42 | Wednesday, October 16, 2024 | Approved | |
AFFiNE Client 0.17.3 | 45 | Thursday, October 10, 2024 | Approved | |
AFFiNE Client 0.17.2 | 47 | Friday, September 27, 2024 | Approved | |
AFFiNE Client 0.17.1 | 51 | Wednesday, September 25, 2024 | Approved | |
AFFiNE Client 0.17.0 | 47 | Friday, September 20, 2024 | Approved | |
AFFiNE Client 0.16.3 | 55 | Wednesday, August 14, 2024 | Approved | |
AFFiNE Client 0.16.2 | 46 | Tuesday, August 13, 2024 | Approved | |
AFFiNE Client 0.16.1 | 46 | Saturday, August 10, 2024 | Approved | |
AFFiNE Client 0.16.0 | 47 | Friday, August 9, 2024 | Approved | |
AFFiNE Client 0.15.7 | 61 | Tuesday, July 23, 2024 | Approved | |
AFFiNE Client 0.15.6 | 61 | Thursday, July 18, 2024 | Approved | |
AFFiNE Client 0.15.5 | 60 | Tuesday, July 16, 2024 | Approved | |
AFFiNE Client 0.15.4 | 57 | Tuesday, July 9, 2024 | Approved | |
AFFiNE Client 0.15.2 | 62 | Tuesday, July 2, 2024 | Approved | |
AFFiNE Client 0.15.0 | 55 | Friday, June 28, 2024 | Approved | |
AFFiNE Client 0.14.9 | 76 | Wednesday, June 12, 2024 | Approved | |
AFFiNE Client 0.12.3 | 83 | Thursday, March 14, 2024 | Approved | |
AFFiNE Client 0.12.2 | 68 | Thursday, February 29, 2024 | Approved | |
AFFiNE Client 0.12.1 | 56 | Wednesday, February 28, 2024 | Approved | |
AFFiNE Client 0.12.0 | 67 | Friday, February 23, 2024 | Approved | |
AFFiNE Client 0.11.3 | 74 | Friday, January 12, 2024 | Approved | |
AFFiNE Client 0.11.2 | 66 | Friday, December 29, 2023 | Approved | |
AFFiNE Client 0.11.1 | 66 | Wednesday, December 27, 2023 | Approved | |
AFFiNE Client 0.11.0 | 73 | Friday, December 22, 2023 | Approved | |
AFFiNE Client 0.10.3 | 72 | Friday, December 1, 2023 | Approved | |
AFFiNE Client 0.10.2 | 72 | Friday, November 17, 2023 | Approved | |
AFFiNE Client 0.8.4 | 618 | Tuesday, September 26, 2023 | Approved | |
AFFiNE Client 0.8.3 | 90 | Friday, September 1, 2023 | Approved | |
Affine Client 0.2.0 | 202 | Friday, September 23, 2022 | Approved | |
Affine Client 0.1.1 | 103 | Monday, August 15, 2022 | Approved |
???? Bug Fixes
- core:
- Not revalidate notification count when logged out - by @EYHN in https://github.com/toeverything/AFFiNE/issues/11617 <samp>(0f39a)</samp>
- Replace zero-width non-ioiner for editor content??? - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/11591 <samp>(25418)</samp>
- Fix event timing in storage - by @EYHN in https://github.com/toeverything/AFFiNE/issues/11628 <samp>(16d5b)</samp>
- Cannot focus inside shape in test - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/11630 <samp>(14943)</samp>
- Ask AI input box in the whiteboard is blocked by the menu - by @akumatus in https://github.com/toeverything/AFFiNE/issues/11634 <samp>(883b1)</samp>
- Hide start-with-ai if service feature is not enabled - by @yoyoyohamapi in https://github.com/toeverything/AFFiNE/issues/11633 <samp>(9c6d9)</samp>
- Audio player ux - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11685 <samp>(46f3d)</samp>
- Database backlink row visibility - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11706 <samp>(db2a8)</samp>
- Adjust recording user-select none style - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11735 <samp>(ef7a8)</samp>
- Appcontainer fallback display issue - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11669 <samp>(268c3)</samp>
- Avatar cannot load google user content url image - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11733 <samp>(e8d2b)</samp>
- Ai history of new users is always loading, enable online search by default - by @akumatus in https://github.com/toeverything/AFFiNE/issues/11741 <samp>(50b3f)</samp>
- Ask ai loses user selected context - by @akumatus in https://github.com/toeverything/AFFiNE/issues/11767 <samp>(e577b)</samp>
- Transcription block styls - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11772 <samp>(75df2)</samp>
- Fix ai with multiple server - by @EYHN in https://github.com/toeverything/AFFiNE/issues/11570 <samp>(a9e46)</samp>
- Filter embedding results to return only user-selected tags and documents - by @akumatus in https://github.com/toeverything/AFFiNE/issues/11770 <samp>(203e9)</samp>
- Handle incorrect style of the confirm delete button - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/11725 <samp>(17895)</samp>
- Add tooltip to cloud server selector - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/11755 <samp>(37e07)</samp>
- Confirm the tag name before creating a new tag - by @JimmFly in https://github.com/toeverything/AFFiNE/issues/11724 <samp>(9f59d)</samp>
- editor:
- Enhance markdown latex preprocessing - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11597 <samp>(d5aeb)</samp>
- Connector target position NaN - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11606 <samp>(58865)</samp>
- Fix overlay of tool is not shown or repeated when switching tool - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11575 <samp>(823bf)</samp>
- The switch button style set in the TOC does not effect - by @cuikaipeng and Chen in https://github.com/toeverything/AFFiNE/issues/11622 <samp>(bcd1c)</samp>
- Surface-ref refFlavour should be affine:frame when reference to a frame - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11632 <samp>(74ebe)</samp>
- Use img tag for link preview icon and banner - by @forehalo in https://github.com/toeverything/AFFiNE/issues/11637 <samp>(2f564)</samp>
- Ime input error at empty line - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11636 <samp>(aabb0)</samp>
- Cut and paste surface-ref to same doc should remain surface-ref - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11639 <samp>(4da00)</samp>
- Can not query in mobile at menu - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11649 <samp>(f860f)</samp>
- Repeat trigger keys of at-menu was added - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11631 <samp>(076c5)</samp>
- Android bs keyboard provider error - by @L-Sun in https://github.com/toeverything/AFFiNE/issues/11647 <samp>(e1cb8)</samp>
- Markdown code preprocessor should handle link correctly - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11671 <samp>(7aa87)</samp>
- Integration vitest config warning - by @doodlewind <samp>(e6894)</samp>
- Rework disable middle click settings for linux - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11556 <samp>(575aa)</samp>
- V-element may get undefined inline editor - by @Flrande in https://github.com/toeverything/AFFiNE/issues/11697 <samp>(fd6c3)</samp>
- Improve pdf embed viewer UX - by @fundon in https://github.com/toeverything/AFFiNE/issues/11641 <samp>(8ca67)</samp>
- Missing copy as png implementation - by @Saul-Mirone in https://github.com/toeverything/AFFiNE/issues/11716 <samp>(b2694)</samp>
- Markdown html and image import - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11712 <samp>(bfec5)</samp>
- Link popover title overflow - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11704 <samp>(79c94)</samp>
- Add code block clipboard extension - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11731 <samp>(212c1)</samp>
- Update embed iframe block event tracker - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11736 <samp>(022e5)</samp>
- Clicking footnote node should not open doc when readonly - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11749 <samp>(d6287)</samp>
- Should keep color on custom color button - by @fundon in https://github.com/toeverything/AFFiNE/issues/11773 <samp>(a46bb)</samp>
- Footnote popup style and position issues - by @donteatfriedrice in https://github.com/toeverything/AFFiNE/issues/11771 <samp>(a555d)</samp>
- Remove redundant subtraction - by @fundon in https://github.com/toeverything/AFFiNE/issues/11781 <samp>(1ae36)</samp>
- Chevron down icon on toolbar - by @fundon in https://github.com/toeverything/AFFiNE/issues/11803 <samp>(9c025)</samp>
- electron:
- Use CG* instead of NS* - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11668 <samp>(ee15b)</samp>
- Browserwindow creationis sometimes too early - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11787 <samp>(3772a)</samp>
- ios:
- Avoid keyboard covering dialog - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/11681 <samp>(40112)</samp>
- mobile:
- Cannot change tag color - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11708 <samp>(22008)</samp>
- Tab is not at bottom in tag detail page when empty - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/11723 <samp>(d0456)</samp>
- New doc in explorer folder - by @CatsJuice in https://github.com/toeverything/AFFiNE/issues/11682 <samp>(1c6ee)</samp>
- native:
- Invalid call to set mute behavior - by @pengx17 in https://github.com/toeverything/AFFiNE/issues/11764 <samp>(04c0f)</samp>
- server:
- Initial user plan - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/11687 <samp>(f2f1a)</samp>
- Slide audio override - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/11688 <samp>(ad712)</samp>
- Subscription delete race condition - by @forehalo in https://github.com/toeverything/AFFiNE/issues/11729 <samp>(bfb94)</samp>
- Relax global embedding condition - by @darkskygit in https://github.com/toeverything/AFFiNE/issues/11791 <samp>(a33b8)</samp>
???? Performance
- editor:
- Dispose input event handler for removed blocks - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/11734 <samp>(b2186)</samp>
- Avoid redundant dom query when editing single block - by @doodlewind in https://github.com/toeverything/AFFiNE/issues/11732 <samp>(16f7b)</samp>
- native:
- Use simd to speedup audio buffer mix - by @Brooooooklyn in https://github.com/toeverything/AFFiNE/issues/11717 <samp>(fe867)</samp>
View changes on GitHub
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.