Homebrew New Homebrew "Foil Server"?

  • Thread starter Thread starter TheTrailBlazer
  • Start date Start date
  • Views Views 2,354
  • Replies Replies 15
  • Likes Likes 7

TheTrailBlazer

New Member
Newbie
Joined
May 12, 2026
Messages
3
Reaction score
7
Trophies
0
XP
45
Country
Antigua and Barbuda
- Hi brothers, lacking support for a homebrew, I found a homebrew that appears to be a great alternative to the outdated Tinfoil.

The most incredible thing is that it has full support for Linux and Windows, with step-by-step PDFs, a very stable speed using its own server, and something that was always missing in the defunct Tinfoil: the option to PAUSE the download and continue later without any problems.:)

Old Update ( v22.1-r5 )
Sorting by release date, if there are entries in the index with that information to solve Google Drive unsorted stuff.
General stability improvements.
Old Update ( v22.1-2 )
- Stability improvements
- Support to Encrypted Google Drive with rclone crypt algorithm. Use inside your index
gdrive:file#filename
for plain files or
gdrivecrypt:encryptedfile#filename
for encrypted files. Expect limited speeds.
Old Update ( v22.1-11 )
General stability improvements.
Fixed application exit issues and problems in Applet mode.
Support for encrypted drives with rclone.
Support for auto-update with encrypted or unencrypted remote JSON.

For auto update, you can create an PasteBin URL with the content:

file: update.json
{
"litefoil": {
"version": "X.Y.Z",
"url": "http://yourserver.com/newlitefoil.zip"
}
}
on your console config.json, add an extra option:
LiteFoil will check the version X.Y.Z with its own version and upgrade itself to the bigger one.


New Update ( v22.1-12 )


Included the hability to process a recommended section inside the index and show the menu. If your index have the following option (same level as files and titledb), it will show an extra option.

"recommended": {
"0100000000000000": {
"name": "Game Name",
"critic_score": 88.0,
"review_count": 42,
"source": "metacritic"
}
}

Image.jpg


-- Full thanks to Ahoy dev, you saved the day!
wherever you are​
 

Attachments

Last edited by TheTrailBlazer,
I got this like a week ago, didn’t really understand how to use this on switch even though there was instructions. I think I know how to use this on pc but seeing that registry file told me to leave this alone.
 
  • Haha
Reactions: TheTrailBlazer
Wow, interesting project! Congratulations. But I was not able to use your server, man. I can't debug what's wrong. Well, I ended up implementing my own open-source server in Python with Flask ;).

I followed your instructions (and some from the Tinfoil website itself), copied LiteFoil.nro inside the /switch/LiteFoil/ directory on the SD card (apparently it needs to be capitalized this way), and it worked! I tested it with emuNAND on firmware 22.1.0, using the latest Atmosphere and sys-patch.

I need to test it with Google Drive too. Has anyone tested that yet? I also noticed that I can only use one server. That's a bummer... Maybe you could improve that?
 

Attachments

Okay...let's answer what's always useful.
Congratulations on the project!
Even though it's not mine, it's something cool, new, and functional, and wanted to share it with the scene =]

@TheTrailBlazer
I guess there's no public online free servers with games / updates / DLCs contents for that new homebrew LiteFoil?..
At least for now.
For private servers only, created by yourself.
Hi, looks interesting, thanks! Is it open source? I only see the binaries attached here...
closed source =[
Ist There a Homepage of this Project?
Can you Name the source?
As a private developer, he doesn't want to get involved in gossip.
I hope you understand him.
It might as well be malware, careful you people. Even more with the reputation of these Foil and DBI hazards.
dude....Grow up.
What's sus is this thing cannot be found anywhere else but here, but the OP isn't the author?
Did you ask the same question to all the devs who don't want to be identified? Grow up.

I got this like a week ago, didn’t really understand how to use this on switch even though there was instructions. I think I know how to use this on pc but seeing that registry file told me to leave this alone.
registry file? its only in your PC

Wow, interesting project! Congratulations. But I was not able to use your server, man. I can't debug what's wrong. Well, I ended up implementing my own open-source server in Python with Flask ;).

I followed your instructions (and some from the Tinfoil website itself), copied LiteFoil.nro inside the /switch/LiteFoil/ directory on the SD card (apparently it needs to be capitalized this way), and it worked! I tested it with emuNAND on firmware 22.1.0, using the latest Atmosphere and sys-patch.

I need to test it with Google Drive too. Has anyone tested that yet? I also noticed that I can only use one server. That's a bummer... Maybe you could improve that?
I love the community because of that, if something doesn't work out for someone, someone will help anyway =]

"Ahoy said that if he had the blob of the tinfoil private key, he would release a functional version with the current stores." :yay:

Google Drive is also being studied to make it work, I'll send him the feedback to read =]
Post automatically merged:

I think I seen it in the win download of litefoil.
I'm sure you did your best
 
Wow, interesting project! Congratulations. But I was not able to use your server, man. I can't debug what's wrong. Well, I ended up implementing my own open-source server in Python with Flask ;).

I followed your instructions (and some from the Tinfoil website itself), copied LiteFoil.nro inside the /switch/LiteFoil/ directory on the SD card (apparently it needs to be capitalized this way), and it worked! I tested it with emuNAND on firmware 22.1.0, using the latest Atmosphere and sys-patch.

I need to test it with Google Drive too. Has anyone tested that yet? I also noticed that I can only use one server. That's a bummer... Maybe you could improve that?
I think I’ll try this later, I think this app hates my switch though because it crashes on me now because I’m still on firmware 18.1.0
Atmospheres 1.7.1 |s. Sometimes it didn’t crash though.
 
I think I’ll try this later, I think this app hates my switch though because it crashes on me now because I’m still on firmware 18.1.0
Atmospheres 1.7.1 |s. Sometimes it didn’t crash though.
I don't know, man. FAT32, emuNAND, latest Atmosphere + sys-patches. I installed the homebrew, use it forwarding while hold R, deleted, downloaded, and paused files from the queue. Well, at least it worked here as far as I can tell. Maybe your firmware is too old?
Post automatically merged:

"Ahoy said that if he had the blob of the tinfoil private key, he would release a functional version with the current stores." :yay:

Google Drive is also being studied to make it work, I'll send him the feedback to read =]

I'm sure you did your best
Well, the first one would be a dream, but I really doubt it's even possible. As for the second, thanks! It will be awesome if it works with Google Drive.
 
  • Like
Reactions: TheTrailBlazer
Wow, interesting project! Congratulations. But I was not able to use your server, man. I can't debug what's wrong. Well, I ended up implementing my own open-source server in Python with Flask ;).

I followed your instructions (and some from the Tinfoil website itself), copied LiteFoil.nro inside the /switch/LiteFoil/ directory on the SD card (apparently it needs to be capitalized this way), and it worked! I tested it with emuNAND on firmware 22.1.0, using the latest Atmosphere and sys-patch.

I need to test it with Google Drive too. Has anyone tested that yet? I also noticed that I can only use one server. That's a bummer... Maybe you could improve that?
"Google Drive works if you use a JSON index, then encrypt and compress it following the server instructions in the PDF (credentials and token are necessary)"
Post automatically merged:

I think I’ll try this later, I think this app hates my switch though because it crashes on me now because I’m still on firmware 18.1.0
Atmospheres 1.7.1 |s. Sometimes it didn’t crash though.
Send me the error so I can forward it to Ahoy.
 
  • Wow
Reactions: condector

Site & Scene News

Popular threads in this forum