Skip to content

Releases: zxypro1/algolocal

AlgoLocal v0.2.1

08 Jan 18:34

Choose a tag to compare

🚀 AlgoLocal v0.2.1

Practice coding algorithms 100% offline with AI: generate problems, get hints, discuss solutions, and run code in JavaScript, TypeScript, or Python — no internet or setup required.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) AlgoLocal-*-macOS-arm64.dmg
macOS Intel AlgoLocal-*-macOS-x64.dmg
Windows 64-bit Installer AlgoLocal-*-Windows-Setup.exe
Windows 64-bit Portable AlgoLocal-*-Windows-Portable.exe
Linux AppImage AlgoLocal-*-Linux.AppImage
Linux Debian/Ubuntu AlgoLocal-*-Linux.deb
Linux Fedora/RHEL AlgoLocal-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/AlgoLocal.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/AlgoLocal.app

📝 Changelog

  • 377f4b8 - chore: update version to 0.2.1 and enhance performance metrics
  • a26dff7 - chore: update version to 0.2.0 in documentation and localized files

中文说明

100% 离线刷算法,AI 全程辅助:生成题目、获取提示、讨论解法,支持 JavaScript、TypeScript、Python 代码运行——无需联网或配置环境。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/AlgoLocal.app

AlgoLocal v0.2.0

08 Jan 07:10

Choose a tag to compare

🚀 AlgoLocal v0.2.0

Practice coding algorithms 100% offline with AI: generate problems, get hints, discuss solutions, and run code in JavaScript, TypeScript, or Python — no internet or setup required.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) AlgoLocal-*-macOS-arm64.dmg
macOS Intel AlgoLocal-*-macOS-x64.dmg
Windows 64-bit Installer AlgoLocal-*-Windows-Setup.exe
Windows 64-bit Portable AlgoLocal-*-Windows-Portable.exe
Linux AppImage AlgoLocal-*-Linux.AppImage
Linux Debian/Ubuntu AlgoLocal-*-Linux.deb
Linux Fedora/RHEL AlgoLocal-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/AlgoLocal.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/AlgoLocal.app

📝 Changelog

  • 4f2683b - chore: update documentation and configuration for rebranding to AlgoLocal
  • f991ebc - chore: update application name and version, enhance localization, and improve homepage layout
  • fbdb460 - refactor: simplify homepage titles and update screenshots
  • 9ffb7aa - Update README-zh.md
  • 88eb9d4 - Update README.md
  • ae92c29 - refactor: rename application and update metadata for rebranding

中文说明

100% 离线刷算法,AI 全程辅助:生成题目、获取提示、讨论解法,支持 JavaScript、TypeScript、Python 代码运行——无需联网或配置环境。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/AlgoLocal.app

Algorithm Practice v0.1.9

28 Dec 20:13

Choose a tag to compare

🚀 Algorithm Practice v0.1.9

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • 11c55dd - chore: update package version to 0.1.9 in package.json and package-lock.json
  • 072a635 - fix: address TypeScript compatibility issues in SparkBarChart component
  • b040f43 - feat: enhance practice statistics and dashboard features
  • f8eaf2f - feat: update sitemap and add sitemap guide for improved SEO and navigation
  • a09f830 - feat: add 404 error page and web manifest for improved user experience
  • 3f96fb5 - feat: add favicons and update index.html for improved branding
  • f3ba8d1 - Remove an image from README-zh.md
  • 44dff51 - Update README.md
  • 59e8755 - feat: add Google site verification meta tag in index.html
  • 13d5d32 - feat: add msvalidate meta tag for improved SEO in index.html
  • 2544e1f - feat: enhance documentation and AI features in index.html and zh/index.html

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.7

19 Dec 20:18

Choose a tag to compare

🚀 Algorithm Practice v0.1.7

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • ca67ef8 - feat: update version and add documentation for GitHub Pages deployment

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.6

15 Dec 14:27

Choose a tag to compare

🚀 Algorithm Practice v0.1.6

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • 7d7c22b - refactor: enhance navigation and loading state handling in ProblemPage
  • 211598a - feat: implement problem editing functionality in Manage Problems page

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.5

15 Dec 13:17

Choose a tag to compare

🚀 Algorithm Practice v0.1.5

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • 9edcd93 - refactor: update navigation to use Link components in ProblemPage
  • 1944fbf - refactor: update AI provider configuration guide and desktop app documentation

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.4

15 Dec 12:16

Choose a tag to compare

🚀 Algorithm Practice v0.1.4

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • 34f5efd - refactor: streamline navigation and localization handling in ProblemPage

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.3

15 Dec 08:32

Choose a tag to compare

🚀 Algorithm Practice v0.1.3

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • 8292f72 - feat: improve remote problem import validation and normalization
  • e1e4cc1 - feat: enhance code signing process in release workflow
  • cf3f32a - feat: enhance problem import functionality with local folder support
  • b20ef5f - feat: implement problem management feature with import and delete functionality
  • 5380b0d - docs: add macOS troubleshooting instructions to README files

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

Algorithm Practice v0.1.2

11 Dec 19:18

Choose a tag to compare

🚀 Algorithm Practice v0.1.2

An offline algorithm practice application with WASM-based code execution.

基于 WASM 的离线算法练习应用。

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

📝 Changelog

  • 2b17748 - chore: update electron-builder configuration and README documentation
  • 2a29484 - chore: update release workflow documentation
  • 906c5d0 - chore: update project configuration and error handling

💡 First-time users: On macOS, you may need to allow the app in "System Preferences > Security & Privacy".

macOS 用户首次打开可能需要在"系统偏好设置 > 安全性与隐私"中允许运行。

Algorithm Practice v0.1.0

08 Dec 09:45

Choose a tag to compare

🚀 Algorithm Practice v0.1.0

📦 下载 / Downloads

平台 / Platform 架构 / Architecture 下载 / Download
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit 安装包 Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit 便携版 Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

📝 更新日志 / Changelog

  • 8712e5a - chore: add npm install step to GitHub Actions workflow
  • f934f39 - fix: add icons:generate step to GitHub Actions workflow
  • bf832b9 - fix: Windows build - use .ico format for NSIS installer icons
  • c9d1e01 - Remove GitHub Actions workflow for automated release on tag, consolidating build and release processes into a more streamlined configuration.
  • 922f5ec - docs: update CHANGELOG.md for v0.0.8 [skip ci]
  • 76a4e5b - Update project title in README.md
  • f269863 - Update README.md

💡 首次使用提示: macOS 用户首次打开可能需要在"系统偏好设置 > 安全性与隐私"中允许运行。