Skip to content

Releases: cmsd2/aximar

v0.14.0

22 Apr 18:13

Choose a tag to compare

Full Changelog: v0.13.0...v0.14.0

tools-v0.4.1

22 Apr 19:26

Choose a tag to compare

tools-v0.4.0

22 Apr 18:43

Choose a tag to compare

tools-v0.3.1

17 Apr 15:43

Choose a tag to compare

tools-v0.3.0

17 Apr 14:55

Choose a tag to compare

tools-v0.2.1

13 Apr 20:51

Choose a tag to compare

tools-v0.2.0

13 Apr 09:45

Choose a tag to compare

Aximar Tools v0.2.0

Changes

maxima-dap

  • Improved breakpoint resolution: Breakpoint locations are now captured
    directly from execution output (e.g. batchload, :resume, :step) instead
    of querying :info :bkpt after each stop. This gives exact full-path file
    matching and eliminates a round-trip to the Maxima process on every debug stop.

Installation

The VS Code Maxima extension can auto-download these binaries. Alternatively:

cargo install --git https://github.com/cmsd2/aximar maxima-lsp maxima-dap aximar-mcp

Or download the archive for your platform below and extract the binaries to a directory on your PATH.

Platforms

Archive Platform
aximar-tools-aarch64-apple-darwin.tar.gz macOS (Apple Silicon)
aximar-tools-x86_64-apple-darwin.tar.gz macOS (Intel)
aximar-tools-x86_64-unknown-linux-gnu.tar.gz Linux (x64)
aximar-tools-aarch64-unknown-linux-gnu.tar.gz Linux (arm64)
aximar-tools-x86_64-pc-windows-msvc.zip Windows (x64)
aximar-tools-aarch64-pc-windows-msvc.zip Windows (arm64)

Aximar Tools v0.1.0

13 Apr 07:16

Choose a tag to compare

Aximar Tools v0.1.0

First standalone release of the Maxima language tools for the VS Code extension.

Included tools

  • maxima-lsp — Language Server Protocol server providing completions, hover info, diagnostics, and document symbols for Maxima .mac files
  • maxima-dap — Debug Adapter Protocol server for step-through debugging of Maxima programs with breakpoints, variable inspection, and call stacks
  • aximar-mcp — Model Context Protocol server for notebook cell evaluation, session management, and AI tool integration

Highlights

  • maxima-lsp: Syntax-aware completions, hover documentation, go-to-definition, and diagnostics for Maxima code
  • maxima-dap: Full step debugger with Enhanced Maxima debugger support, output filtering, canonical file path handling, and configurable eval timeouts
  • aximar-mcp: HTTP transport with auth tokens, session management (create/close/restart), dangerous function safety gates, and structured JSON startup output for VS Code integration

Installation

The VS Code Maxima extension can auto-download these binaries. Alternatively:

cargo install --git https://github.com/cmsd2/aximar maxima-lsp maxima-dap aximar-mcp

Or download the archive for your platform below and extract the binaries to a directory on your PATH.

Platforms

Archive Platform
aximar-tools-aarch64-apple-darwin.tar.gz macOS (Apple Silicon)
aximar-tools-x86_64-apple-darwin.tar.gz macOS (Intel)
aximar-tools-x86_64-unknown-linux-gnu.tar.gz Linux (x64)
aximar-tools-aarch64-unknown-linux-gnu.tar.gz Linux (arm64)
aximar-tools-x86_64-pc-windows-msvc.zip Windows (x64)
aximar-tools-aarch64-pc-windows-msvc.zip Windows (arm64)

v0.12.1

08 Apr 04:50

Choose a tag to compare

v0.12.1 Pre-release
Pre-release

Full Changelog: v0.12.0...v0.12.1