Back to news
devops Priority 4/5 8/5/2026, 11:05:15 AM

GitHub to Deprecate GitHub Spark in August 2026 with Shift to Copilot Agents

GitHub to Deprecate GitHub Spark in August 2026 with Shift to Copilot Agents

GitHub has officially announced the deprecation of GitHub Spark, its natural language application development environment. Starting August 4, 2026, GitHub has disabled new user registrations and new application creation. Existing users can access their existing Spark applications and export their data until the final shutdown on August 31, 2026. This strategic decision allows GitHub to consolidate its development resources into advancing agentic AI capabilities within GitHub Copilot on GitHub.com and VS Code. While existing deployed Spark applications will continue to run after the service ends, users will no longer be able to edit code or trigger new deployments. Importantly, the underlying GitHub Models service was already shut down on July 30, 2026. As a result, any application relying on Spark's built-in llm() function has already stopped functioning for inference, meaning developers must refactor their applications to use alternative LLM providers if they require ongoing inference capabilities. To manage this transition smoothly, developers are advised to search their projects for any references to the internal llm() function and plan migrations to alternative environments. Active development resources are shifting entirely toward GitHub Copilot's extensibility model, which will serve as the primary platform for AI-powered developer agents moving forward.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#github#copilot#ai#deprecation

Comparison

AspectBefore / AlternativeAfter / This
Primary InterfaceNatural language workspace (Spark)VS Code and GitHub.com (Copilot)
App LifecycleHosted editing and execution in SparkExternal hosting with Copilot developer agents
Inference APIBuilt-in llm() via GitHub Models (deprecated)External LLM providers or Copilot API integrations

Action Checklist

  1. Export all existing application code from GitHub Spark Must be completed before the final shutdown on August 31, 2026
  2. Identify instances of the llm() function in your codebase These features are already inactive due to the July 30, 2026 shutdown of GitHub Models
  3. Replace internal llm() calls with external LLM provider APIs Necessary to restore inference functionality in exported applications
  4. Migrate active projects to GitHub Copilot environments No further code edits or deployments will be supported in Spark

Source: GitHub Changelog

This page summarizes the original source. Check the source for full details.

Related