Apache Texera 1.1.0-incubating

This is the first release of Apache Texera as an Apache Incubator project.

Source download · Git tag v1.1.0-incubating · Quick Start

About Apache Texera

Apache Texera (Incubating) is an open-source system for human-AI collaborative data science using visual workflows. It enables analysts to construct, execute, and refine data analysis tasks through an intuitive GUI, assisted by AI agents that understand natural-language instructions. Texera is well suited for a wide range of applications, including “AI for Science”, by making advanced AI and data science capabilities accessible to a broader community. It can run on a laptop for local use or be deployed in the cloud to support scalable processing of large datasets.

Key features

  • Natural-language data science through AI chatbots
  • Intuitive GUI-based workflows for data analysis
  • Parallel backend engine for scalable big-data processing
  • Real-time collaboration for workflow editing and execution
  • User-defined functions in Python and Java
  • Separation of compute and storage for flexible cloud deployment
  • Runtime debugging and interactive workflow execution
  • Cloud-native deployment support
  • Multi-tenant support with workload isolation
  • Extensible architecture for integrating external web services

What’s new in 1.1.0-incubating

Compared to v1.0.0 (the pre-incubation release), this version focuses on Apache Incubator compliance and introduces a major new capability for AI-assisted workflow construction.

TexeraAgent

Introduced TexeraAgent, an LLM agent that helps users construct workflows using natural-language instructions. See: #4034.

Repository compliance

Added ASF license headers to source files, plus root-level asf.yaml, NOTICE, and DISCLAIMER. PRs:

License compliance

Resolved outstanding license issues, including:

System repositioning

Revised the system positioning to “Human-AI Collaborative Data Science Using Visual Workflows” to reflect the project’s focus going forward. PRs:

Download

Source distribution

The official source release, along with GPG signatures and SHA-512 checksums for both the source tarball and the Docker Compose deployment bundle, is published on the Apache mirrors:

https://downloads.apache.org/incubator/texera/1.1.0-incubating/

Container images

Multi-architecture (linux/amd64, linux/arm64) Docker images, all tagged 1.1.0-incubating:

  • apache/texera-dashboard-service
  • apache/texera-workflow-execution-coordinator
  • apache/texera-workflow-compiling-service
  • apache/texera-file-service
  • apache/texera-config-service
  • apache/texera-access-control-service
  • apache/texera-workflow-computing-unit-managing-service

Verifying a release

All Apache Texera releases are signed by the project’s release signing keys (KEYS file). Please verify the integrity of any download before use, following the standard ASF procedures: https://www.apache.org/info/verification.html.

Documentation

Source code

Release vote history