Category Selected:

boxlang

Blog

πŸ–₯️ Build Cross-Platform Desktop Apps with BoxLang

Luis Majano |  April 30, 2026

Today we're shipping the initial release of the BoxLang Desktop Runtime β€” powered by Electron, BoxLang, and Vite. With one starter, one npm run dev, and one packaging command, you can build and distribute professional desktop applications for macOS, Windows, and Linux using the BoxLang you already know. 🎯

Read More

πŸš€ ColdBox CLI 8.11: The Era of AI Skills Comes to Every ColdBox & BoxLang App

Luis Majano |  April 30, 2026

ColdBox CLI 8.11 is here, and it's one of the most significant releases we've shipped for AI-assisted development. This release wires the CLI directly into our brand new public skills directory at skills.boxlang.io, brings our AI tooling in line with industry-wide agent conventions, and introduces a wave of quality-of-life improvements that make AI integration feel less like setup and more like infrastructure.

Read More

BoxLang AI v3.1 Released - Audio, Async, Parallel Pipelines, and More πŸŽ€βš‘πŸ”€

Luis Majano |  April 20, 2026

BoxLang AI 3.1 is here, and it's a release that makes your agents smarter, faster, and more capable than ever. πŸŽ‰

Read More

ColdBox 8.1.0 Released β€” AI Routing, MCP, and BoxLang-First Power! πŸš€

Luis Majano |  April 14, 2026

We are thrilled to announce ColdBox 8.1.0, a targeted minor release packed with powerful new features, important improvements, and critical bug fixes across ColdBox, WireBox, and CacheBox. While minor in version number, this release delivers some truly exciting capabilities β€” especially for BoxLang developers building AI-powered applications.

Read More

BoxLang Goes Serverless on Google Cloud πŸš€

Luis Majano |  April 09, 2026

We just shipped the BoxLang Google Cloud Functions Runtime β€” and it brings the same write-once-run-anywhere serverless experience you already know from our AWS Lambda runtime, now running natively on Google Cloud Functions Gen2.

Read More

Introducing BoxLings! An interactive teacher for BoxLang and TDD/BDD

Luis Majano |  April 08, 2026

We believe the best way to learn a programming language is by writing code β€” real code, with real feedback, and real tests. That's exactly why we built BoxLings.

Read More

BoxLang v1.12.0 - Destructuring, Spread, Ranges, Watchers, Oh My!

Luis Majano |  April 08, 2026

BoxLang 1.12.0 marks a meaningful turning point. After establishing a rock-solid foundation across runtime, compiler, CFML compatibility, and the module ecosystem, BoxLang has entered its innovation cycle. The language is mature, battle-tested, and production-deployed across the industry.

Read More

How to Develop AI Agents Using BoxLang AI: A Practical Guide

Luis Majano |  April 03, 2026

AI agents are transforming how we build software. Unlike traditional chatbots that just answer questions, agents can reason about what tools they need, decide when to use them, chain multiple actions together, and remember what happened earlier in a conversation.

Read More

BoxLang AI Deep Dive β€” Part 7 of 7: MCP β€” The Protocol That Connects Everything πŸ”Œ

Luis Majano |  April 03, 2026

The AI ecosystem has a tool problem. Every framework has its own way of defining tools, every agent has its own way of calling them, and every integration requires custom code on both sides. An agent built in Python can't easily use tools built in Java. An MCP server written for Claude Desktop can't easily be consumed by a BoxLang agent without a custom adapter.

Read More

BoxLang AI Deep Dive β€” Part 6 of 7: Memory Systems & RAG β€” Building AI That Remembers 🧠

Luis Majano |  April 03, 2026

A chatbot with no memory isn't a conversation β€” it's a series of isolated queries. Every message starts from scratch. The user has to re-explain who they are, what they're working on, and what was just said. It's exhausting, and it signals that the AI isn't really listening.

Read More