Open Source Alternatives LogoOpen Source Alternatives
AlternativesBlogAdvertise
Open Source Alternatives LogoOpen Source Alternatives

Stay Updated

Subscribe to our newsletter for the latest news and updates about Alternatives

Open Source Alternatives LogoOpen Source Alternatives

Handpicked Open Source Alternatives to Paid Softwares

Product
  • Search
  • Categories
  • Tag
  • Sign In
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Copyright © 2026 All Rights Reserved.
Home/Categories/AI & Machine Learning/timesfm
icon of timesfm

timesfm

Open source alternative to Google Cloud BigQuery

Generate zero-shot time-series forecasts with Google's Apache-2.0 foundation model for demand, traffic, finance, and operations planning.

26.7K starsPythonApache-2.0Active this month
Visit websiteGitHub repo
image of timesfm
Contents
  1. 01Who timesfm is for
  2. 02The problem it solves
  3. 03How it solves it
  4. 04Strengths and trade-offs
  5. 05Install and self-host
  6. 06Tech stack
  7. 07FAQ
  8. 08Similar open-source tools
TL;DR

timesfm is a decoder-only foundation model for time-series forecasting, pre-trained on 100 billion time-points. It offers zero-shot performance on various benchmarks, making it suitable for industries like retail and finance. The model is available on HuggingFace and GitHub for easy access and integration.Apache-2.0 · Python · 26.7K stars · Active this month

who it's for

Who timesfm is for#

Retail Analyst

Use TimesFM to forecast product demand and optimize inventory levels.

Skip if:

If you require highly specialized models for niche products.

Financial Analyst

Use TimesFM to predict stock trends and market movements.

Skip if:

If you need real-time predictions with high-frequency data.

the problem

The problem it solves#

Traditional time-series forecasting methods require extensive training and validation cycles, making it difficult for users to quickly adapt models to new datasets.

how timesfm solves it

How it solves it#

Zero-shot Forecasting

Provides accurate forecasts on unseen time-series data without additional training.

Large Pre-training Dataset

Trained on 100 billion time-points, enhancing generalization across domains.

Compact Model Size

Utilizes only 200M parameters while achieving competitive performance.

Flexible Context and Horizon

Adapts to varying input lengths and can forecast long-term outcomes.

Open Source Access

Available on HuggingFace and GitHub for community use.

strengths · trade-offs

Strengths and trade-offs#

Strengths

  • High AccuracyDemonstrates superior performance compared to traditional statistical methods.
  • Rapid DeploymentEnables quick integration into existing workflows without extensive retraining.

Trade-offs

  • -Limited CustomizationMay not perform as well on highly specialized datasets without fine-tuning.
  • -Smaller Model SizeWhile efficient, it may lack some capabilities of larger models in specific scenarios.
install · self-host

Install and self-host#

bash
Install TimesFM in a Python environment when you want to run the open model locally or on your own CPU or GPU host. The current upstream README recommends cloning the repository and installing package extras with uv; choose torch, flax, or xreg based on your inference or fine-tuning path.

```bash
git clone https://github.com/google-research/timesfm.git
cd timesfm
uv venv
source .venv/bin/activate
uv pip install -e .[torch]
uv pip install -e .[xreg]
```
tech stack · detected from GitHub

What it's built on#

Languages
Python
frequently asked

FAQ#

What is TimesFM?

TimesFM is a decoder-only foundation model for time-series forecasting developed by Google Research.

How can I access TimesFM?

You can access TimesFM on HuggingFace and GitHub.

What industries can benefit from TimesFM?

Industries such as retail, finance, healthcare, and manufacturing can benefit from its forecasting capabilities.

also worth a look

Similar open-source tools#

Trino

Trino

High-performance distributed SQL query engine for big data

12.9KJavaApache-2.0
Scira

Scira

Open source AI search engine that retrieves cited sources

11.7KTypeScriptAGPL-3.0
deer-flow

deer-flow

Build super agents with DeerFlow's powerful framework

76.7KPythonMIT
daily_stock_analysis

daily_stock_analysis

AI-driven stock analysis for A, HK, and US markets

56.5KPythonMIT
scientific-agent-skills

scientific-agent-skills

AI-driven research automation for complex tasks

30.5KPythonMIT
CocoIndex

CocoIndex

Incremental data framework for AI agents.

10.3KRustApache-2.0

Repository

Stars
26.7K
Forks
2.6K
License
Apache-2.0
Latest
v2.0.2
Last commit
15 days ago
Last verified
Jul 9, 2026
Repo
google-research/timesfm ↗

Additional details

Language
Python
Open issues
227
Contributors
25
First release
2024

Categories

AI & Machine LearningData & Analytics

Tags

AI AgentsData VisualizationDeveloper Tools