Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
FriedrichAI: Offline AIEventsFriedrichAI Dev Tools Update — Local Code Checks & File Repair
Game update

FriedrichAI Dev Tools Update — Local Code Checks & File Repair

FriedrichAI: Offline AI · published 13 Jun 2026, 22:39 UTC · build 23721110

All eventsPlayers around this dateRead on Steam

FriedrichAI Dev Tools Update

This patch adds the first major pass of FriedrichAI’s local developer tools.

Friedrich can now check pasted code, inspect code files, summarize file structure, and return full corrected files without using any cloud service or external API.

New commands:

/codecheck — Check pasted or imported code for local syntax/rule issues.
/codesummary file="C:/path/file.py" — Summarize a code file.
/codefix file="C:/path/file.py" — Return a full corrected version of a code file.
/coderules file="C:/path/file.py" — Show the detected language/engine rules.

Supported checks include:

  • Python syntax checking using FriedrichAI’s bundled Python runtime.

  • Python static checks for duplicate definitions, bad local function calls, mutable defaults, obvious zero division, and empty-container indexing.

  • Godot/GDScript 3.x rule checks, including Godot 4 syntax warnings, missing colons, empty function bodies, mixed indentation, and unsafe patterns for Godot 3.5 projects.

  • Unity C# rule checks for common MonoBehaviour issues, Update-loop performance mistakes, missing Time.deltaTime movement, and structural problems.

  • Unreal C++ rule checks for reflection macros, GENERATED_BODY usage, UFUNCTION formatting, raw UObject/AActor construction warnings, and class-member structure.

  • JSON parse checking.

FriedrichAI also now detects obvious pasted code and routes it into local code checking automatically instead of treating it like normal chat.

The goal of this update is not to turn FriedrichAI into a full IDE or autonomous coding agent. The goal is practical local assistance: better checks, clearer warnings, safer file repair, and fewer broken code answers.

As always, FriedrichAI runs locally on your machine. No cloud, no account, no API key, and no data leaving your system.

Also included:

  • Updated /help command with Dev Tools commands.

  • Shorter startup message.

  • Cleaner code-check output.

  • Better handling for image-to-video, morph video, 10-second video workflows, and audio command documentation.

  • Improved full-file repair formatting so returned code is cleaner and easier to copy.

This is the first Dev Tools pass. More project-aware improvements may come later, but this update keeps the system lightweight, local, and safe.

More from FriedrichAI: Offline AI

Other announcements

All events
FriedrichAI: Offline Game update5 Sep 2026Adding support for older gen IntelAdding support for older intel chipsIn-game event26 Aug 2026Local Speech-to-Text + UI CleanupThis update adds local speech-to-text support to FriedrichAI and includes a few interface cleanups. Local Speech-to-Text You can now use the microphone button to speak instead of typing. Speech recognition runs locally on your PC using FriedrichAI's bundled STT system. Your audio does not need to be sent to a cloud transcription service. The recognized text is placed into the chat box first, so… FriedrichAI: Offline Game update26 Aug 2026Cuda compatibilityCuda compatibility patch. increasing the range of cards supported from Nvidia.