Skip to content

AlgoLocal v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jan 18:34

🚀 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