athas
A lightweight, cross-platform code editor, built with Tauri (Rust and React) with Git support, AI agents, vim keybindings.
About athas
A lightweight, cross-platform code editor, built with Tauri (Rust and React) with Git support, AI agents, vim keybindings.
What's New in vv0.6.0
- Fix WebKit scrollbar styling by @mehmetozguldev in https://github.com/athasdev/athas/commit/bf99c41c3049be4b7179c9bbad61c5825e1716db
- Improve markdown heading spacing by @mehmetozguldev in https://github.com/athasdev/athas/commit/9cc151e9281e05afb79f71e916d1e68cdc6f0ad3
- Load local PDFs from bytes by @mehmetozguldev in https://github.com/athasdev/athas/commit/ccd5fe32920019879ce03fd56c1ca5671ec559d6
- Preserve terminal view across pane remounts by @mehmetozguldev in https://github.com/athasdev/athas/commit/896dcbf8158ec127a9ee531ac5dd46739d9a8da1
- Capture terminal output before remount snapshots by @mehmetozguldev in https://github.com/athasdev/athas/commit/36d56f4f4e03ed08341a32b9ed6854f69fc8fa20
- Add database provider sidecar binaries by @mehmetozguldev in https://github.com/athasdev/athas/commit/97d0288327442495a0a1e1316af0e4553dcc9ec6
- Add CLI deep link scheme fallbacks by @mehmetozguldev in https://github.com/athasdev/athas/commit/f651f54b646408ed0994433c197aad18da15a6b0
- Add terminal Nerd Font fallbacks by @mehmetozguldev in https://github.com/athasdev/athas/commit/a57de78b9b23ef5736accbef0dc0548f64abc925
- Allow embedded webview focus restore by @mehmetozguldev in https://github.com/athasdev/athas/commit/8327670b3123ebd1606fd10d7f13fb86f03d6253
- Add local history and fix editor undo redo by @mehmetozguldev in https://github.com/athasdev/athas/commit/2ab479596800bc30caa19a3db3b06e7b05eb511e
- Bump openssl from 0.10.78 to 0.10.79 by @dependabot[bot] in https://github.com/athasdev/athas/pull/664
- Keep editor cursor visible while moving by @mehmetozguldev in https://github.com/athasdev/athas/commit/1f237a8a545d290a2aa5dfaf73e34caf7f2c4a2f
- Add editor view layout for wrapped overlays by @mehmetozguldev in https://github.com/athasdev/athas/commit/5c29e0435ab7542c3c4a5550e79fec9e5e1b3488
- Use view layout for wrapped multi cursors by @mehmetozguldev in https://github.com/athasdev/athas/commit/3165ff534a093910c6997179d0bcbbf9ee5da462
- Use view layout for wrapped editor hints by @mehmetozguldev in https://github.com/athasdev/athas/commit/969bf6d0ea01b0ca436f7ab8b69e530c5b9dc5d8
- Resolve wrapped editor mouse positions through view layout by @mehmetozguldev in https://github.com/athasdev/athas/commit/18a4ced74239b10ab6d02d3596dc7553344a4397
- Use view layout for wrapped model-position overlays by @mehmetozguldev in https://github.com/athasdev/athas/commit/f9a1fef478bda0314fcf2c4c1bcfe349cdd693b0
- Use view layout for wrapped code lenses by @mehmetozguldev in https://github.com/athasdev/athas/commit/fba55019573ab28b215d88d55e8c3b282dd483e0
- Use view layout for wrapped editor navigation by @mehmetozguldev in https://github.com/athasdev/athas/commit/905419245812ae2f96b6dee5f5331c931b6eb625
- Group editor typing into undo stops by @mehmetozguldev in https://github.com/athasdev/athas/commit/f55bfede672b9afbd27f8c7ba3725c72c3cc3afb
- Support nested gitignore in file tree by @mehmetozguldev in https://github.com/athasdev/athas/commit/08708d58ea4e587fcf83427f7c0efa5d16343cea
- Route macOS menu undo through editor history by @mehmetozguldev in https://github.com/athasdev/athas/commit/0d314dca0a32256645e92ef56363085e70dc965f
- Preserve editor undo base content by @mehmetozguldev in https://github.com/athasdev/athas/commit/420d88160994f2e4aec5bc0a95e545e8344e03e8
- Bypass native textarea undo in editor by @mehmetozguldev in https://github.com/athasdev/athas/commit/e54f54ad47b25d699f3f472499742f5196372163
- Fix command palette shortcut handling by @mehmetozguldev in https://github.com/athasdev/athas/commit/f18eaec6c98afae5b694da9dfc9eedf51393845a
- Align editor undo grouping with model edits by @mehmetozguldev in https://github.com/athasdev/athas/commit/1a8c4195be77a19d182805b4d69ebea89777eea5
- Simplify help menu by @mehmetozguldev in https://github.com/athasdev/athas/commit/f1a548fc1580d2e169e166b85a3f3053bcf053e7
- Store cursor state in editor undo groups by @mehmetozguldev in https://github.com/athasdev/athas/commit/2819d0f686a782fda58f47825658bd695703608b
- Expand application menus by @mehmetozguldev in https://github.com/athasdev/athas/commit/1352a1aa9d6f4a201a86f298e109c4ae55962eb6
- Stabilize editor undo history by @mehmetozguldev in https://github.com/athasdev/athas/commit/aa946b3117b80337e138febd8b1fa0b5ea0f3c65
- Fix JavaScript LSP TypeScript dependency by @mehmetozguldev in https://github.com/athasdev/athas/commit/18975c567022b6122169b778a263272cd15fff90
- Harden language server startup and formatting by @mehmetozguldev in https://github.com/athasdev/athas/commit/20af02bdb3165a45d74c0481ba5f21b3413d1b06
- Standardize syntax highlighting assets by @mehmetozguldev in https://github.com/athasdev/athas/commit/17e6268f3811e9e53c3e6d188a65011a951ebe39
- Fix AI context selector crash by @mehmetozguldev in https://github.com/athasdev/athas/commit/15adbe94ed23475fc3f049c1565f956ff019fc45
- Add OpenAI-compatible AI provider support by @mehmetozguldev in https://github.com/athasdev/athas/commit/8628a3082620138956faf382995163ddd86808e1
- Improve extension marketplace installation by @mehmetozguldev in https://github.com/athasdev/athas/commit/eb8b69e7fd7975a592ded68583552e9993ccd892
- Bypass stale extension CDN cache by @mehmetozguldev in https://github.com/athasdev/athas/commit/d32073e77ab0942eb7360e8ceb6ae3687a6d2d63
- Gate database providers behind features by @mehmetozguldev in https://github.com/athasdev/athas/commit/224c2af3ec2b1e350af23bfb0d1c8a4e4df4d975
- Clean up database feature warnings by @mehmetozguldev in https://github.com/athasdev/athas/commit/f88a03bb42cfdd4d6f8f0fcf1ae07e2d631b0b99
- Remove database provider feature warnings by @mehmetozguldev in https://github.com/athasdev/athas/commit/f888431fe8b139425843f93c5de2898b75d962fb
- Fix Linux Wayland window resize by @bet4it in https://github.com/athasdev/athas/pull/665
- Add native Linux package builds by @mehmetozguldev in https://github.com/athasdev/athas/commit/609858694c88fe89074d35f39487de32fe5ecd49
- Fix clippy release warnings by @mehmetozguldev in https://github.com/athasdev/athas/commit/59350009ac102707260ab78eaf1c8528a28290ff
Full Changelog: https://github.com/athasdev/athas/compare/v0.5.1...v0.6.0
Legal Notice
This software is provided by its original developers. We only index and provide links to official download sources. All downloads are from the original publishers and are completely legal and safe.
Download Information
Related Apps
bruno
GitHubOpensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
bruno
GitHubOpensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
shellcheck
GitHubShellCheck, a static analysis tool for shell scripts
it-tools
GitHubCollection of handy online tools for developers, with great UX.