-
v3.4.0 — SQLite + JWT + OAuth
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-14 19:19:54 -03:00 | 225 commits to main since this releaseSQLite (motor SQL em memória), JWT (HMAC-SHA256), OAuth 2.0 (PKCE). 2958 testes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.3.0 — MCP Client + Server
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-14 18:41:03 -03:00 | 228 commits to main since this releaseMCP: client (connect/tools/call), server (tool registry + JSON-RPC), CLI
koder mcp servecom 5 tools. 2936 testes.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.2.0 — Python converter refined
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-14 18:29:41 -03:00 | 229 commits to main since this releasekoder convert Python: indentação corrigida, lambda, type hints, dict/list. 2926 testes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.1.0 — CI/CD Pipeline
StableSome checks are pendingCI / build-and-test (push) Waiting to runreleased this
2026-03-14 18:21:11 -03:00 | 231 commits to main since this releaseCI/CD: Gitea Actions workflow, scripts/ci.sh, pre-push hook, Makefile (15 targets), CONTRIBUTING.md. 2915 testes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2026-03-14 18:12:14 -03:00 | 232 commits to main since this releaseWebsite oficial: https://koder-lang.koder.dev
20 crates, ~75K+ linhas, 2915 testes, 5 backends.
Toolchain completo.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2026-03-14 18:01:31 -03:00 | 234 commits to main since this releaseWASM: classes, exceptions, closures, arrays, hashes, modules. JS: stdlib expandido. 2915 testes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.8.0 Stable
released this
2026-03-14 17:40:16 -03:00 | 236 commits to main since this releasechunk_while, slice_when, Range expandido. 2865 testes, 0 falhas.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.7.0 Stable
released this
2026-03-14 17:13:08 -03:00 | 238 commits to main since this releasereduce(:sym), Numeric#step, repeated_permutation, scan com bloco. 2842 testes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2026-03-14 17:00:17 -03:00 | 239 commits to main since this releaseKoder v2.6.0 — Source-to-Source Transpiler
New:
koder convertConvert entire projects from Ruby, Python, or Crystal to Koder.
koder convert ~/rails-app/ --from ruby -o ~/koder-app/ --verbose koder convert ~/django-app/ --from python -o ~/koder-app/Features
- Ruby→Koder: classes, blocks, lambdas, Rails detection, Gemfile→koder.toml
- Python→Koder: indentation→end, init→initialize, self→@var, f-strings→#{}
- Crystal→Koder: reuses Ruby converter
- Recursive directory: mirrors project structure, copies non-code files
- Flags: --dry-run, --verbose, --exclude
- Report: converted/copied/skipped/failed counts
2814 tests, 0 failures
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2026-03-14 14:16:56 -03:00 | 244 commits to main since this releaseKoder v2.5.0
VS Code Extension
- Syntax highlighting, LSP client, 35 snippets
- Language configuration (brackets, folding, indentation)
Documentation
- Language Reference (2717 lines)
- Getting Started tutorial (450 lines)
- Stdlib API Reference (1798 lines, 40+ modules)
Advanced Examples (7)
functional, data_structures, oop_advanced, metaprogramming, concurrency, pattern_matching, web_server
2765 testes, 0 falhas
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads