<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting Started</title><link>https://sourceforge.net/p/anchorcastapp/wiki/Getting%2520Started/</link><description>Recent changes to Getting Started</description><atom:link href="https://sourceforge.net/p/anchorcastapp/wiki/Getting%20Started/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 14 May 2026 05:30:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/anchorcastapp/wiki/Getting%20Started/feed" rel="self" type="application/rss+xml"/><item><title>Getting Started modified by Achorcast Team</title><link>https://sourceforge.net/p/anchorcastapp/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-getting-started"&gt;Getting Started&lt;/h1&gt;
&lt;p&gt;This guide walks you through installing AnchorCast and getting it running for the first time.&lt;/p&gt;
&lt;hr/&gt;
&lt;h2 id="h-system-requirements"&gt;System Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;OS:&lt;/strong&gt; Windows 10 or Windows 11 (64-bit)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAM:&lt;/strong&gt; 4GB minimum, 8GB recommended (for local Whisper AI)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Display:&lt;/strong&gt; A second monitor or projector for the projection screen&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microphone:&lt;/strong&gt; Any microphone or audio interface (for live transcription)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Internet:&lt;/strong&gt; Not required — AnchorCast works fully offline&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-installation"&gt;Installation&lt;/h2&gt;
&lt;h3 id="h-option-a-windows-installer-recommended"&gt;Option A — Windows Installer (Recommended)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download the latest installer from the &lt;a href="https://github.com/gbkeku/anchorcastapp/releases/latest" rel="nofollow"&gt;Releases page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;AnchorCast Setup x.x.x.exe&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Follow the installer prompts&lt;/li&gt;
&lt;li&gt;The installer will:&lt;/li&gt;
&lt;li&gt;Install AnchorCast&lt;/li&gt;
&lt;li&gt;Install the Visual C++ 2015–2022 Redistributable (required for Whisper AI)&lt;/li&gt;
&lt;li&gt;Copy the bundled Python environment&lt;/li&gt;
&lt;li&gt;Offer to download the Whisper AI speech model (~244 MB)&lt;/li&gt;
&lt;li&gt;Create &lt;code&gt;AnchorCast&lt;/code&gt; and &lt;code&gt;AnchorCast Timer&lt;/code&gt; shortcuts on your Desktop&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The Whisper speech model is not bundled in the installer. You will be offered the option to download it during setup, or you can do it later from inside the app via &lt;strong&gt;Settings → Audio &amp;amp; AI → Set Up Now&lt;/strong&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id="h-option-b-from-source"&gt;Option B — From Source&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;git&lt;span class="w"&gt; &lt;/span&gt;clone&lt;span class="w"&gt; &lt;/span&gt;https://github.com/gbkeku/anchorcastapp.git
&lt;span class="nb"&gt;cd&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;anchorcastapp
npm&lt;span class="w"&gt; &lt;/span&gt;install
npm&lt;span class="w"&gt; &lt;/span&gt;start
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Requirements for source builds:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node.js 18+&lt;/li&gt;
&lt;li&gt;Python 3.10–3.12 (for local Whisper transcription)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-first-launch"&gt;First Launch&lt;/h2&gt;
&lt;p&gt;When you open AnchorCast for the first time:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A &lt;strong&gt;Welcome screen&lt;/strong&gt; appears — click &lt;strong&gt;Get Started&lt;/strong&gt; to walk through the setup guide&lt;/li&gt;
&lt;li&gt;The app opens in &lt;strong&gt;Offline / Manual&lt;/strong&gt; mode — this is normal&lt;/li&gt;
&lt;li&gt;Your &lt;strong&gt;Schedule&lt;/strong&gt; (left panel) will be empty — that's expected&lt;/li&gt;
&lt;li&gt;Press &lt;strong&gt;&lt;code&gt;Ctrl+P&lt;/code&gt;&lt;/strong&gt; to open the projection window and drag it to your projector&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can revisit the Welcome guide at any time from &lt;strong&gt;Help → Get Started / Welcome&lt;/strong&gt; or by pressing &lt;strong&gt;F1&lt;/strong&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;h2 id="h-first-service-checklist"&gt;First Service Checklist&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Projector connected and projection window open (&lt;code&gt;Ctrl+P&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Projection window dragged to second screen and fullscreen (&lt;code&gt;F11&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Bible translation loaded (KJV is bundled by default)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Audio source selected in &lt;strong&gt;Settings → Audio &amp;amp; AI&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Songs added to your library&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Service schedule built&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[ ]&lt;/span&gt; Press &lt;strong&gt;Start Transcript&lt;/strong&gt; when service begins&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-next-steps"&gt;Next Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[Interface Overview]&lt;/span&gt; — Learn what each panel does&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[Projection Setup]&lt;/span&gt; — Detailed projector setup&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[AI Transcription]&lt;/span&gt; — Set up live verse detection&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[Service Schedule]&lt;/span&gt; — Build your first service plan&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Achorcast Team</dc:creator><pubDate>Thu, 14 May 2026 05:30:54 -0000</pubDate><guid>https://sourceforge.net23f6486459bf268242022226154bb177711e093b</guid></item></channel></rss>