@{ ViewData["Title"] = "SMAPI"; } @model StardewModdingAPI.Web.ViewModels.IndexModel @section Head { }

The mod loader for Stardew Valley. It works fine with GOG and Steam achievements, it's compatible with Linux/Mac/Windows, you can uninstall it anytime, and there's a friendly community if you need help. It's a cool pufferchick.

Download SMAPI @Model.StableVersion.Version
@if (Model.BetaVersion != null) { Download SMAPI @Model.BetaVersion.Version
for Stardew Valley 1.3 beta

} Install guide
FAQs

Get help

@if (Model.BetaVersion == null) {

What's new in SMAPI @Model.StableVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.StableVersion.Description))

See the release notes and mod compatibility list for more info.

} else {

What's new in...

SMAPI @Model.StableVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.StableVersion.Description))

See the release notes and mod compatibility list for more info.

SMAPI @Model.BetaVersion.Version?

@Html.Raw(Markdig.Markdown.ToHtml(Model.BetaVersion.Description))

See the release notes and mod compatibility list for more info.

}

Donate to support SMAPI ♥

SMAPI is an open-source project by Pathoschild. It will always be free, but donations are much appreciated to help pay for development, server hosting, domain fees, coffee, etc.

Special thanks to acerbicon, ChefRude, jwdred, OfficialPiAddict, Robby LaFarge, and a few anonymous users for their ongoing support; you're awesome! 🏅

For mod creators