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
  • Categories
  • Tag
  • Advertise
Resources
  • Blog
  • Collection
  • Submit
  • Advertise your tool
Company
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Sitemap
Alternatives
  • Claude Code
  • Jira
  • Notion
  • Slack
  • Linear
  • Wispr Flow
  • All alternatives
Copyright © 2026 All Rights Reserved.
Home/Categories/AI & Machine Learning/timesfm
icon of timesfm

timesfm

Open source alternative to Google BigQuery

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

33.1K starsPythonApache-2.0Active this week
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. 05Quick start
  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 · 33.1K stars · Active this week

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 · quick start

Quick start#

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#

ClickHouse

ClickHouse

Fast open source column-oriented database for analytics

50KC++Apache-2.0
DuckDB

DuckDB

Fast in-process SQL analytics database, no server needed

41.4KC++MIT
Trino

Trino

High-performance distributed SQL query engine for big data

13.3KJavaApache-2.0
Apache AsterixDB

Apache AsterixDB

Scalable Big Data management with high-performance analytics

318JavaApache-2.0
MiroFish

MiroFish

Multi-agent simulation engine that predicts real-world outcomes

73.9KPythonAGPL-3.0
hyperresearch

hyperresearch

Deep research agent with a persistent vault for Claude Code

3.4KPythonMIT

Repository

Stars
33.1K
Forks
3.2K
License
Apache-2.0
Latest
v3.0.0
Last commit
4 days ago
Last verified
Sep 18, 2026
Repo
google-research/timesfm ↗

Additional details

Language
Python
Open issues
255
Contributors
30
First release
2024

Categories

AI & Machine LearningData & Analytics

Tags

AI AgentsData VisualizationDeveloper Tools